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

[feature/twig] Use phpbb_template_twig in tests

Replace all new phpbb_template( with new phpbb_template_twig(

PHPBB3-11598
This commit is contained in:
Nathan Guse
2013-06-12 13:29:57 -05:00
parent fa86f45f62
commit 38d8025f12
9 changed files with 11 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
$this->user = new phpbb_user();
$this->table_prefix = 'phpbb_';
$this->template = new phpbb_template(
$this->template = new phpbb_template_twig(
$this->phpbb_root_path,
$this->phpEx,
$this->config,