Fix kernel booting problem on Aggregator and Filter tests

This commit is contained in:
2023-09-01 10:54:32 +02:00
parent d8062be131
commit 355ed03500
2 changed files with 16 additions and 10 deletions

View File

@@ -40,6 +40,11 @@ abstract class AbstractFilterTest extends KernelTestCase
$this->prophet = $this->getProphet();
}
protected function tearDown(): void
{
self::ensureKernelShutdown();
}
/**
* provide data for `testAliasDidNotDisappears`.
*/