From fc7cfb176075e7eeff96594bf751c37523c4fc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 13 Sep 2023 10:29:12 +0200 Subject: [PATCH] Ensure kernel shutdown between each test on AsideActivityControllerTest.php --- .../src/Tests/Controller/AsideActivityControllerTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php b/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php index b2db38da4..638294f38 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php @@ -27,7 +27,10 @@ final class AsideActivityControllerTest extends WebTestCase { use PrepareClientTrait; - private KernelBrowser $client; + protected function tearDown(): void + { + self::ensureKernelShutdown(); + } public function generateAsideActivityId(): iterable {