mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Moved SourceIntegrationTest
This commit is contained in:
parent
ecfc8891e2
commit
4d602e0ba1
@ -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';
|
||||
|
||||
/**
|
Loading…
Reference in New Issue
Block a user