Try with services.yaml

This commit is contained in:
2025-12-01 09:59:01 +01:00
parent bcd6a157a8
commit 7a29bb49ea
3 changed files with 12 additions and 1 deletions

View File

@@ -6,8 +6,8 @@ namespace Tvdt\Tests\Repository;
use PHPUnit\Framework\Attributes\CoversClass;
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
use Tvdt\DataFixtures\TestFixtures;
use Tvdt\Repository\UserRepository;
use Tvdt\DataFixtures\TestFixtures;
use function PHPUnit\Framework\assertEmpty;