We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58d850 commit 285f7feCopy full SHA for 285f7fe
packages/framework/tests/Feature/Actions/GeneratesSidebarTableOfContentsTest.php
@@ -7,15 +7,13 @@
7
namespace Hyde\Framework\Testing\Feature\Actions;
8
9
use Hyde\Framework\Actions\GeneratesTableOfContents;
10
-use Hyde\Testing\UnitTestCase;
+use Hyde\Testing\TestCase;
11
12
/**
13
* @covers \Hyde\Framework\Actions\GeneratesTableOfContents
14
*/
15
-class GeneratesSidebarTableOfContentsTest extends UnitTestCase
+class GeneratesSidebarTableOfContentsTest extends TestCase
16
{
17
- protected static bool $needsConfig = true;
18
-
19
public function testCanGenerateTableOfContents()
20
21
$markdown = "# Level 1\n## Level 2\n## Level 2B\n### Level 3\n";
0 commit comments