Skip to content

Commit a53c5d0

Browse files
committed
Update ColoredBlockquoteShortcodesTest.php
1 parent 480da84 commit a53c5d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
*/
1313
class ColoredBlockquoteShortcodesTest extends UnitTestCase
1414
{
15+
protected static bool $needsKernel = true;
16+
protected static bool $needsConfig = true;
17+
1518
public function testSignature()
1619
{
1720
$this->assertSame('>', ColoredBlockquotes::signature());

0 commit comments

Comments
 (0)