Fix tests

This commit is contained in:
2023-09-01 16:10:04 +02:00
parent 10a75f44e9
commit 2c52a5bffa
9 changed files with 22 additions and 21 deletions

View File

@@ -27,6 +27,12 @@ use function is_string;
*/
abstract class AbstractAggregatorTest extends KernelTestCase
{
public static function tearDownAfterClass(): void
{
self::ensureKernelShutdown();
}
/**
* provide data for `testAliasDidNotDisappears`.
*/