Added PHPDocs

This commit is contained in:
Kevin Frantz
2019-02-12 18:04:36 +01:00
parent bd5a85e1e8
commit d6a29af72a
7 changed files with 39 additions and 0 deletions

View File

@@ -44,6 +44,11 @@ class SourceIntegrationTest extends TestCase
}
}
/**
* {@inheritdoc}
*
* @see \PHPUnit\Framework\TestCase::setUp()
*/
public function setUp(): void
{
$this->sources = new ArrayCollection();