mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-04 19:27:57 +00:00
Added PHPDocs
This commit is contained in:
@@ -28,6 +28,11 @@ class PureSourceIntegrationTest extends KernelTestCase
|
||||
*/
|
||||
private $pureSource;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \PHPUnit\Framework\TestCase::setUp()
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
|
||||
@@ -44,6 +44,11 @@ class SourceIntegrationTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \PHPUnit\Framework\TestCase::setUp()
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->sources = new ArrayCollection();
|
||||
|
||||
Reference in New Issue
Block a user