mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
Remove deprecation linked to kernel shutdown
This commit is contained in:
@@ -30,9 +30,9 @@ final class PersonControllerViewTest extends WebTestCase
|
||||
*/
|
||||
private static array $toDelete = [];
|
||||
|
||||
protected function setUp(): void
|
||||
protected function tearDown(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
|
||||
public static function tearDownAfterClass(): void
|
||||
@@ -113,6 +113,8 @@ final class PersonControllerViewTest extends WebTestCase
|
||||
$em->flush();
|
||||
|
||||
yield [$person->getId()];
|
||||
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
|
||||
private function makeViewPath(int $personId): string
|
||||
|
Reference in New Issue
Block a user