mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Moved SourceIntegrationTest
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
Reference in New Issue
Block a user