Declared AbstractNameSource as abstract and adapted paths for usersource

This commit is contained in:
Kevin Frantz
2018-11-11 21:12:21 +01:00
parent 43cdc6fa0b
commit ea20f7562a
5 changed files with 9 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
namespace tests\unit\Entity\Source\Combination;
use PHPUnit\Framework\TestCase;
use App\Entity\Source\Data\UserSourceInterface;
use App\Entity\Source\Data\UserSource;
use App\Entity\Source\Combination\UserSourceInterface;
use App\Entity\Source\Combination\UserSource;
use Doctrine\Common\Collections\Collection;
use App\Entity\Source\Data\PersonIdentitySourceInterface;