test: add test for FinDomainCollectionFromEntityProvider

This commit is contained in:
Maël Gangloff
2025-10-27 17:40:31 +01:00
parent 9cd51b8cb8
commit 43e2746bbe
5 changed files with 38 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Query\ResultSetMapping;
use Symfony\Component\HttpFoundation\RequestStack;
readonly class FindDomainListFromEntityProvider implements ProviderInterface
readonly class FindDomainCollectionFromEntityProvider implements ProviderInterface
{
public function __construct(
private RequestStack $requestStack,