Skip to content

Commit 285f7fe

Browse files
committed
Update unit test to extend feature test case
1 parent a58d850 commit 285f7fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/framework/tests/Feature/Actions/GeneratesSidebarTableOfContentsTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
namespace Hyde\Framework\Testing\Feature\Actions;
88

99
use Hyde\Framework\Actions\GeneratesTableOfContents;
10-
use Hyde\Testing\UnitTestCase;
10+
use Hyde\Testing\TestCase;
1111

1212
/**
1313
* @covers \Hyde\Framework\Actions\GeneratesTableOfContents
1414
*/
15-
class GeneratesSidebarTableOfContentsTest extends UnitTestCase
15+
class GeneratesSidebarTableOfContentsTest extends TestCase
1616
{
17-
protected static bool $needsConfig = true;
18-
1917
public function testCanGenerateTableOfContents()
2018
{
2119
$markdown = "# Level 1\n## Level 2\n## Level 2B\n### Level 3\n";

0 commit comments

Comments
 (0)