From a53c5d0708583fdb86d909e20b2db2ce8bdeac9c Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 24 Jul 2024 18:34:57 +0200 Subject: [PATCH] Update ColoredBlockquoteShortcodesTest.php --- .../tests/Feature/ColoredBlockquoteShortcodesTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php b/packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php index dce752c8313..f12ffed3492 100644 --- a/packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php +++ b/packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php @@ -12,6 +12,9 @@ */ class ColoredBlockquoteShortcodesTest extends UnitTestCase { + protected static bool $needsKernel = true; + protected static bool $needsConfig = true; + public function testSignature() { $this->assertSame('>', ColoredBlockquotes::signature());