Skip to content

Commit eda0c62

Browse files
committed
Apply fixes from StyleCI
1 parent e71391f commit eda0c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/PostsAuthorIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function testCreatePostWithDefinedAuthorWithWebsite()
9494

9595
public function testAllPostAuthorFieldsCanBeSetInFrontMatter()
9696
{
97-
$this->file('_posts/post-with-all-author-fields.md', <<<MD
97+
$this->file('_posts/post-with-all-author-fields.md', <<<'MD'
9898
---
9999
author:
100100
username: mr_hyde

0 commit comments

Comments
 (0)