aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/cache_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache/cache_test.php')
-rw-r--r--tests/cache/cache_test.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/cache/cache_test.php b/tests/cache/cache_test.php
index 463095f129..525b2da909 100644
--- a/tests/cache/cache_test.php
+++ b/tests/cache/cache_test.php
@@ -25,9 +25,6 @@ class phpbb_cache_test extends phpbb_test_case
public function test_cache_driver_file()
{
- global $phpEx;
- $phpEx = 'txt'; // do not store files as .php
-
$driver = new phpbb_cache_driver_file(__DIR__ . '/tmp/');
$driver->put('test_key', 'test_value');
$driver->save();