Skip to content

Commit

Permalink
Merge pull request #123 from neos/analysis-J2xjrW
Browse files Browse the repository at this point in the history
TASK: Apply fixes from StyleCI
  • Loading branch information
daniellienert committed Aug 19, 2020
2 parents 442a4a6 + 8ccc3af commit 85feb5d
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 85feb5d

Please sign in to comment.