aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/template/template.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/template/template.php b/tests/template/template.php
index 49c2a79eb7..b315b20c53 100644
--- a/tests/template/template.php
+++ b/tests/template/template.php
@@ -63,10 +63,6 @@ class phpbb_template_template_test extends phpbb_test_case
$GLOBALS['config'] = array(
'load_tplcompile' => true
);
-
- // Strange things occur if we do not do not clear the cache before
- // running our tests. Thanks Nils for working this out :)
- clearstatcache();
}
/**