chore: merge test/add-phpunit

This commit is contained in:
Maël Gangloff
2025-09-11 10:58:23 +02:00
12 changed files with 554 additions and 317 deletions

View File

@@ -41,7 +41,7 @@ class DomainRefreshController extends AbstractController
*/
public function __invoke(string $ldhName, Request $request): Domain
{
$idnDomain = strtolower(idn_to_ascii($ldhName));
$idnDomain = RDAPService::convertToIdn($ldhName);
$userId = $this->getUser()->getUserIdentifier();
$this->logger->info('User {username} wants to update the domain name {idnDomain}.', [