diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-15 21:12:13 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-15 21:12:13 +0200 |
commit | d25b607ca16bfd240f3b9cb9da7e4567b426ec26 (patch) | |
tree | 4c5ea2b82b6509673e5930c6e1bdaa171265f100 /tests/template/template_test_case.php | |
parent | fd96f97dc3c659e1d2e9b58420d652ad79387fbf (diff) | |
download | forums-d25b607ca16bfd240f3b9cb9da7e4567b426ec26.tar forums-d25b607ca16bfd240f3b9cb9da7e4567b426ec26.tar.gz forums-d25b607ca16bfd240f3b9cb9da7e4567b426ec26.tar.bz2 forums-d25b607ca16bfd240f3b9cb9da7e4567b426ec26.tar.xz forums-d25b607ca16bfd240f3b9cb9da7e4567b426ec26.zip |
[feature/merging-style-components] Updating test cases
Updating code in test cases for new template classes.
PHPBB3-10632
Diffstat (limited to 'tests/template/template_test_case.php')
-rw-r--r-- | tests/template/template_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test_case.php b/tests/template/template_test_case.php index a0e980621d..5884225a54 100644 --- a/tests/template/template_test_case.php +++ b/tests/template/template_test_case.php @@ -63,8 +63,8 @@ class phpbb_template_template_test_case extends phpbb_test_case $this->template_path = dirname(__FILE__) . '/templates'; $this->style = new phpbb_style($phpbb_root_path, $phpEx, $config, $user, false); + $this->style->set_custom_style('tests', $this->template_path, ''); $this->template = $this->style->template; - $this->template->set_custom_template($this->template_path, 'tests'); } protected function setUp() |