fix: Fix return types in tests.

This commit is contained in:
Pol Dellaiera
2021-12-21 15:12:15 +01:00
parent 11c6f6d84a
commit 58a13d932f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ final class HouseholdApiControllerTest extends WebTestCase
private array $toDelete = [];
protected function tearDown()
protected function tearDown(): void
{
self::bootKernel();
$em = self::$container->get(EntityManagerInterface::class);