mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed :D
git-svn-id: file:///svn/phpbb/trunk@9142 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
132a1d2efa
commit
f49fe16766
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ class phpbb_template_template_test extends phpbb_test_case
|
||||||
$GLOBALS['config'] = array(
|
$GLOBALS['config'] = array(
|
||||||
'load_tplcompile' => true
|
'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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue