Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 2, 2024
1 parent aa812fa commit 3b444a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* @covers \Hyde\Markdown\Processing\HeadingRenderer
*
*
* @see \Hyde\Framework\Testing\Unit\HeadingRendererUnitTest
*/
class MarkdownHeadingRendererTest extends TestCase
Expand Down Expand Up @@ -137,7 +137,7 @@ public function testCustomPageClassConfiguration()
config(['markdown.permalinks.pages' => [MarkdownPage::class]]);

$markdown = '## Test Heading';

// Should now have permalinks
$html = (new MarkdownService($markdown, MarkdownPage::class))->parse();
$this->assertStringContainsString('heading-permalink', $html);
Expand Down

0 comments on commit 3b444a4

Please sign in to comment.