mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
Moved SourceIntegrationTest
This commit is contained in:
parent
ecfc8891e2
commit
4d602e0ba1
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Integration;
|
namespace Tests\Integration\Entity\Source;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
@ -12,6 +12,9 @@ use Doctrine\Common\Collections\ArrayCollection;
|
|||||||
*/
|
*/
|
||||||
class SourceIntegrationTest extends TestCase
|
class SourceIntegrationTest extends TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
const SOURCE_DIRECTORY = __DIR__.'/../../src/Entity/Source';
|
const SOURCE_DIRECTORY = __DIR__.'/../../src/Entity/Source';
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
x
Reference in New Issue
Block a user