Skip to content

Commit b1840f1

Browse files
committed
Move unit test to unit testing namespace
1 parent de0bd22 commit b1840f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/ColoredBlockquoteShortcodesTest.php renamed to packages/framework/tests/Unit/ColoredBlockquoteShortcodesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Hyde\Framework\Testing\Feature;
5+
namespace Hyde\Framework\Testing\Unit;
66

77
use Hyde\Markdown\Processing\ColoredBlockquotes;
88
use Hyde\Testing\UnitTestCase;

0 commit comments

Comments
 (0)