mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
9 lines
112 B
PHP
9 lines
112 B
PHP
<?php
|
|
|
|
namespace App\Tests\Service;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class RDAPServiceTest extends TestCase
|
|
{
|
|
} |