aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/file_driver_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache/file_driver_test.php')
-rw-r--r--tests/cache/file_driver_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/file_driver_test.php b/tests/cache/file_driver_test.php
index 745c6bb081..c0843e8ed9 100644
--- a/tests/cache/file_driver_test.php
+++ b/tests/cache/file_driver_test.php
@@ -36,7 +36,7 @@ class phpbb_cache_file_driver_test extends phpbb_cache_common_test_case
}
$this->create_cache_dir();
- $this->driver = new phpbb_cache_driver_file($this->cache_dir);
+ $this->driver = new \phpbb\cache\driver\file($this->cache_dir);
}
protected function tearDown()