Skip to content

Commit

Permalink
Merge pull request #147 from neos/bwaidelich-patch-1
Browse files Browse the repository at this point in the history
Cosmetic fix to satisfy StyleCI checks
  • Loading branch information
bwaidelich authored Aug 5, 2021
2 parents 9927096 + 13055b6 commit 24d7ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Unit/Persistence/YamlPersistenceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public function setUp(): void
{
vfsStream::setup('someSavePath');
$this->yamlPersistenceManager = new YamlPersistenceManager();
$this->yamlPersistenceManager->injectSettings([
$this->yamlPersistenceManager->injectSettings(
[
'yamlPersistenceManager' =>
['savePath' => vfsStream::url('someSavePath')
]
Expand Down

0 comments on commit 24d7ef4

Please sign in to comment.