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
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ final class UserControllerTest extends WebTestCase
]);
}
protected function tearDown()
protected function tearDown(): void
{
self::bootKernel();
$em = self::$container->get(EntityManagerInterface::class);

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);