Optimized membership attribute

This commit is contained in:
Kevin Frantz
2018-11-24 17:40:36 +01:00
parent ce6607fa1a
commit a64541a9ad
4 changed files with 133 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ use Doctrine\ORM\EntityManager;
use App\Repository\UserRepository;
use App\Entity\User;
use App\Entity\UserInterface;
use App\Entity\Source\Combination\PersonIdentitySourceInterface;
use App\Entity\Source\Complex\PersonIdentitySourceInterface;
use App\Entity\Source\Complex\PersonIdentitySource;
class UserRepositoryTest extends KernelTestCase