Moved collection test directory

This commit is contained in:
Kevin Frantz 2018-11-22 21:57:24 +01:00
parent d67ffb2a50
commit e4c962bbfa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Tests\Unit\Entity\Source\Collection;
namespace Tests\Unit\Entity\Source\Complex\Collection;
use PHPUnit\Framework\TestCase;
use App\Entity\Source\Complex\Collection\CollectionSourceInterface;

View File

@ -1,6 +1,6 @@
<?php
namespace Tests\Unit\Entity\Source\Collection;
namespace Tests\Unit\Entity\Source\Complex\Collection;
use PHPUnit\Framework\TestCase;
use Doctrine\Common\Collections\Collection;