mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
namespace tests\Unit\Repository;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
use Infinito\Repository\UserRepository;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySource;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
|
||||
use Infinito\Entity\User;
|
||||
use Infinito\Entity\UserInterface;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySource;
|
||||
use Infinito\Repository\UserRepository;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
class UserRepositoryTest extends KernelTestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user