From e9c5671656a39f776e881c6c3c9581e3fc30152f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Wed, 3 Jul 2019 15:01:42 +0200 Subject: [PATCH] Fix tests --- tests/Helper/PathHelperTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Helper/PathHelperTest.php b/tests/Helper/PathHelperTest.php index 1fab0e29..27e0cd28 100644 --- a/tests/Helper/PathHelperTest.php +++ b/tests/Helper/PathHelperTest.php @@ -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, ), ) ),