Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.0' into bugfix/143-allow-arbit…
Browse files Browse the repository at this point in the history
…rary-objects-in-formstate
  • Loading branch information
bwaidelich committed Aug 5, 2021
2 parents 6d62be8 + 24d7ef4 commit c8dc79d
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 c8dc79d

Please sign in to comment.