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

@@ -16,6 +16,11 @@ class SourceFixturesIntegrationTest extends KernelTestCase
*/
protected $entityManager;
/**
* {@inheritdoc}
*
* @see \PHPUnit\Framework\TestCase::setUp()
*/
public function setUp(): void
{
self::bootKernel();