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 1, 2024
1 parent 279d91d commit ba1782b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function renderHeader(): HtmlString
public function testClassCanParseDocumentWithDisabledPermalinks()
{
config(['markdown.permalinks.enabled' => false]);

$article = $this->makeArticle("# Header Content \n\n Body Content");

$this->assertSame('<h1>Header Content</h1>', $article->renderHeader()->toHtml());
Expand Down

0 comments on commit ba1782b

Please sign in to comment.