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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user