Moved SourceIntegrationTest

This commit is contained in:
Kevin Frantz 2019-02-12 16:53:52 +01:00
parent ecfc8891e2
commit 4d602e0ba1

View File

@ -1,6 +1,6 @@
<?php
namespace Tests\Integration;
namespace Tests\Integration\Entity\Source;
use PHPUnit\Framework\TestCase;
use Doctrine\Common\Collections\ArrayCollection;
@ -12,6 +12,9 @@ use Doctrine\Common\Collections\ArrayCollection;
*/
class SourceIntegrationTest extends TestCase
{
/**
* @var string
*/
const SOURCE_DIRECTORY = __DIR__.'/../../src/Entity/Source';
/**