Renamed domain SourceManagement to Source

This commit is contained in:
Kevin Frantz
2019-05-30 17:04:46 +02:00
parent cf8eace690
commit 8b4d9f2338
25 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ namespace tests\Unit\Repository\Source;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Doctrine\ORM\EntityManager;
use Infinito\Entity\Source\Complex\UserSource;
use Infinito\Domain\SourceManagement\SourceMemberManager;
use Infinito\Domain\Source\SourceMemberManager;
/**
* @todo refactor this to an integration test!