Skip to content

Commit

Permalink
Merge branch '2.5-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jul 3, 2019
2 parents 19cdd0d + e9c5671 commit ec719ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Helper/PathHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ public function setUp()
new ConfigResolverStub(
array(
'ezsettings' => array(
'content.tree_root.location_id' => array(
'default' => $this->rootLocation->id,
),
'content.tree_root.location_id' => $this->rootLocation->id,
),
)
),
Expand Down

0 comments on commit ec719ae

Please sign in to comment.