1
0
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:
Igor Wiedler
2013-07-11 17:54:03 -04:00
parent bdd1d4d132
commit 1a5d685f45
3 changed files with 74 additions and 14 deletions

View File

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