aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-12-01 16:37:52 +0000
committerChris Smith <toonarmy@phpbb.com>2008-12-01 16:37:52 +0000
commitf49fe16766c0e750d9ea746faaa339e3b8046ca9 (patch)
treebb856ea862c23445e482b891fc2ca6ede502ce8d /tests/template/template.php
parent132a1d2efaa818992c4182005d9409619f738ccb (diff)
downloadforums-f49fe16766c0e750d9ea746faaa339e3b8046ca9.tar
forums-f49fe16766c0e750d9ea746faaa339e3b8046ca9.tar.gz
forums-f49fe16766c0e750d9ea746faaa339e3b8046ca9.tar.bz2
forums-f49fe16766c0e750d9ea746faaa339e3b8046ca9.tar.xz
forums-f49fe16766c0e750d9ea746faaa339e3b8046ca9.zip
Fixed :D
git-svn-id: file:///svn/phpbb/trunk@9142 89ea8834-ac86-4346-8a33-228a782c2dd0
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();
}
/**