mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[feature/bootstrap-dic] Bootstrap container from config.php
PHPBB3-11651
This commit is contained in:
@@ -84,7 +84,10 @@ class phpbb_template_template_test_case extends phpbb_test_case
|
||||
|
||||
protected function tearDown()
|
||||
{
|
||||
$this->template->clear_cache();
|
||||
if ($this->template)
|
||||
{
|
||||
$this->template->clear_cache();
|
||||
}
|
||||
}
|
||||
|
||||
protected function run_template($file, array $vars, array $block_vars, array $destroy, $expected, $lang_vars = array())
|
||||
|
Reference in New Issue
Block a user