aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-12-07 02:11:12 +0000
committerChris Smith <toonarmy@phpbb.com>2008-12-07 02:11:12 +0000
commitc48f64ce94d59372b04bb85bbe7a226fbb512258 (patch)
tree22979fea8d5fb1af633dc62bb080bb013811ea6b
parenta39e87930000de5e21dae1656c15c4267e39c2ac (diff)
downloadforums-c48f64ce94d59372b04bb85bbe7a226fbb512258.tar
forums-c48f64ce94d59372b04bb85bbe7a226fbb512258.tar.gz
forums-c48f64ce94d59372b04bb85bbe7a226fbb512258.tar.bz2
forums-c48f64ce94d59372b04bb85bbe7a226fbb512258.tar.xz
forums-c48f64ce94d59372b04bb85bbe7a226fbb512258.zip
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
-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();
}
/**