Changed combination to complex

This commit is contained in:
Kevin Frantz
2018-11-21 17:55:48 +01:00
parent 706a439b52
commit 999d17ad28
19 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ namespace tests\unit\Entity;
use PHPUnit\Framework\TestCase;
use App\Entity\User;
use App\Entity\Source\Combination\UserSource;
use App\Entity\Source\Complex\UserSource;
use App\Entity\UserInterface;
/**