From 6fa66777d8ac2d7c9899c9b1bd5d4af640681e1a Mon Sep 17 00:00:00 2001 From: Alexander Yureskul <47413612+chesn0k@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:37:35 +0200 Subject: [PATCH] Fix PhpStormMetaTest::assertDatabase (#193) --- tests/functional/Generator/PhpStormMetaTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/Generator/PhpStormMetaTest.php b/tests/functional/Generator/PhpStormMetaTest.php index 36dd6718..a26ca515 100644 --- a/tests/functional/Generator/PhpStormMetaTest.php +++ b/tests/functional/Generator/PhpStormMetaTest.php @@ -448,7 +448,6 @@ private function assertDatabase(): void { 'block_content_field_revision', 'block_content_revision', 'block_content_revision__body', - 'cache_bootstrap', PHP; self::assertStringContainsString($database, $generated_content);