diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-06-25 19:24:32 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-06-25 19:24:32 -0500 |
commit | 6c771a38ded92135b9264e142cc27d7e5770eda1 (patch) | |
tree | eb69b9c93029c2d610c2af8f052ef52471e18c46 /tests | |
parent | 7a9aec5fda8b5be0aba1918b58b3972f7eed906f (diff) | |
download | forums-6c771a38ded92135b9264e142cc27d7e5770eda1.tar forums-6c771a38ded92135b9264e142cc27d7e5770eda1.tar.gz forums-6c771a38ded92135b9264e142cc27d7e5770eda1.tar.bz2 forums-6c771a38ded92135b9264e142cc27d7e5770eda1.tar.xz forums-6c771a38ded92135b9264e142cc27d7e5770eda1.zip |
[feature/twig] Going back to Twig's handling of cache file names for now
My method was not working correctly, will work on it more later.
PHPBB3-11598
Diffstat (limited to 'tests')
-rw-r--r-- | tests/template/template_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test_case.php b/tests/template/template_test_case.php index 5ff15fff53..23ee8aae04 100644 --- a/tests/template/template_test_case.php +++ b/tests/template/template_test_case.php @@ -82,7 +82,7 @@ class phpbb_template_template_test_case extends phpbb_test_case protected function tearDown() { - $this->template->clear_cache(); + //$this->template->clear_cache(); } protected function run_template($file, array $vars, array $block_vars, array $destroy, $expected) |