aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/template.php')
-rw-r--r--tests/template/template.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/template.php b/tests/template/template.php
index b315b20c53..49c2a79eb7 100644
--- a/tests/template/template.php
+++ b/tests/template/template.php
@@ -63,6 +63,10 @@ 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();
}
/**