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 7343c62 commit 9f30e49Copy full SHA for 9f30e49
packages/framework/tests/Feature/SitemapFeatureTest.php
@@ -26,7 +26,7 @@ public function testTheSitemapFeature()
26
protected function setUpBroadSiteStructure(): void
27
{
28
$this->file('_pages/about.md', "# About\n\nThis is the about page.");
29
- $this->file('_pages/contact.html', "<h1>Contact</h1><p>This is the contact page.</p>");
+ $this->file('_pages/contact.html', '<h1>Contact</h1><p>This is the contact page.</p>');
30
$this->file('_posts/hello-world.md', "# Hello, World!\n\nThis is the first post.");
31
$this->file('_posts/second-post.md', "# Second Post\n\nThis is the second post.");
32
$this->file('_docs/index.md', "# Documentation\n\nThis is the documentation index.");
0 commit comments