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 e71391f commit eda0c62Copy full SHA for eda0c62
packages/framework/tests/Feature/PostsAuthorIntegrationTest.php
@@ -94,7 +94,7 @@ public function testCreatePostWithDefinedAuthorWithWebsite()
94
95
public function testAllPostAuthorFieldsCanBeSetInFrontMatter()
96
{
97
- $this->file('_posts/post-with-all-author-fields.md', <<<MD
+ $this->file('_posts/post-with-all-author-fields.md', <<<'MD'
98
---
99
author:
100
username: mr_hyde
0 commit comments