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,12 +2,12 @@
|
||||
|
||||
namespace tests\Unit\Repository\Source;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Infinito\Repository\Source\SourceRepositoryInterface;
|
||||
use Infinito\Entity\Source\AbstractSource;
|
||||
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
|
||||
use Infinito\Entity\Source\SourceInterface;
|
||||
use Infinito\Domain\Fixture\FixtureSource\ImpressumFixtureSource;
|
||||
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
|
||||
use Infinito\Entity\Source\AbstractSource;
|
||||
use Infinito\Entity\Source\SourceInterface;
|
||||
use Infinito\Repository\Source\SourceRepositoryInterface;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace tests\Unit\Repository\Source;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
use Infinito\Entity\Source\Complex\UserSource;
|
||||
use Infinito\Domain\Source\SourceMemberManager;
|
||||
use Infinito\Entity\Source\Complex\UserSource;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
/**
|
||||
* @todo refactor this to an integration test!
|
||||
|
@@ -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