From c48f64ce94d59372b04bb85bbe7a226fbb512258 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 7 Dec 2008 02:11:12 +0000 Subject: [PATCH] Should not be needed, unlink() should clear sthe cache and this was never the problem anyway git-svn-id: file:///svn/phpbb/trunk@9180 89ea8834-ac86-4346-8a33-228a782c2dd0 --- tests/template/template.php | 4 ---- 1 file changed, 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(); } /**