1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
This commit is contained in:
Nathaniel Guse
2013-06-25 19:24:32 -05:00
parent 7a9aec5fda
commit 6c771a38de
2 changed files with 16 additions and 4 deletions

View File

@@ -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)