test: add phpunit

This commit is contained in:
Maël Gangloff
2025-09-06 10:35:07 +02:00
parent ada68af9b4
commit 08bd2a4541
3 changed files with 85 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ use Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface;
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
use Symfony\Contracts\HttpClient\HttpClientInterface;
readonly class RDAPService
class RDAPService
{
/* @see https://www.iana.org/domains/root/db */
public const ISO_TLD_EXCEPTION = ['ac', 'eu', 'uk', 'su', 'tp'];