From f49fe16766c0e750d9ea746faaa339e3b8046ca9 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 1 Dec 2008 16:37:52 +0000 Subject: [PATCH] Fixed :D git-svn-id: file:///svn/phpbb/trunk@9142 89ea8834-ac86-4346-8a33-228a782c2dd0 --- tests/template/template.php | 4 ++++ 1 file changed, 4 insertions(+) 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(); } /**