mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Ensure kernel shutdown between each test on AsideActivityControllerTest.php
This commit is contained in:
parent
76f1814848
commit
fc7cfb1760
@ -27,7 +27,10 @@ final class AsideActivityControllerTest extends WebTestCase
|
|||||||
{
|
{
|
||||||
use PrepareClientTrait;
|
use PrepareClientTrait;
|
||||||
|
|
||||||
private KernelBrowser $client;
|
protected function tearDown(): void
|
||||||
|
{
|
||||||
|
self::ensureKernelShutdown();
|
||||||
|
}
|
||||||
|
|
||||||
public function generateAsideActivityId(): iterable
|
public function generateAsideActivityId(): iterable
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user