mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 00:04:59 +00:00
Remove deprecation linked to kernel shutdown
This commit is contained in:
@@ -37,6 +37,11 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
$this->client = $this->getClientAuthenticated();
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
|
||||
public function generateValidHouseholdIds()
|
||||
{
|
||||
self::bootKernel();
|
||||
@@ -60,6 +65,8 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
yield [array_pop($ids)['id']];
|
||||
|
||||
yield [array_pop($ids)['id']];
|
||||
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user