aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/cache_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cache/cache_test.php b/tests/cache/cache_test.php
index 61908dbe31..b127c507f0 100644
--- a/tests/cache/cache_test.php
+++ b/tests/cache/cache_test.php
@@ -15,7 +15,7 @@ class phpbb_cache_test extends phpbb_test_case
public function __construct()
{
- $this->cache_dir = dirname(__FILE__) . '/../tmp/cache';
+ $this->cache_dir = dirname(__FILE__) . '/../tmp/cache/';
}
protected function setUp()
@@ -39,7 +39,7 @@ class phpbb_cache_test extends phpbb_test_case
private function create_cache_dir()
{
- mkdir($this->cache_dir);
+ $this->get_test_case_helpers()->makedirs($this->cache_dir);
}
private function remove_cache_dir()