aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/extension_manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock/extension_manager.php')
-rw-r--r--tests/mock/extension_manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/extension_manager.php b/tests/mock/extension_manager.php
index 3b759fbbc2..2ce61c5149 100644
--- a/tests/mock/extension_manager.php
+++ b/tests/mock/extension_manager.php
@@ -18,7 +18,7 @@ class phpbb_mock_extension_manager extends \phpbb\extension\manager
$this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = 'php';
$this->extensions = $extensions;
- $this->filesystem = new \phpbb\filesystem();
+ $this->filesystem = new \phpbb\filesystem\filesystem();
$this->container = $container;
}
}