aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-01 11:16:57 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2012-04-01 11:16:57 +0300
commit38c988fb5997f947976ca4c12e3e0d57d1e82b60 (patch)
treed211b4e18c4475f286a6257e0765f14463e7217c /tests
parent2225efc5609add8baf0dc0e7867d9f9f0fae4245 (diff)
downloadforums-38c988fb5997f947976ca4c12e3e0d57d1e82b60.tar
forums-38c988fb5997f947976ca4c12e3e0d57d1e82b60.tar.gz
forums-38c988fb5997f947976ca4c12e3e0d57d1e82b60.tar.bz2
forums-38c988fb5997f947976ca4c12e3e0d57d1e82b60.tar.xz
forums-38c988fb5997f947976ca4c12e3e0d57d1e82b60.zip
[ticket/10665] Changing template compiler test
Adding new constructor parameters to template compiler test PHPBB3-10665
Diffstat (limited to 'tests')
-rw-r--r--tests/template/template_compile_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_compile_test.php b/tests/template/template_compile_test.php
index fb158cabd5..e2264fb1b7 100644
--- a/tests/template/template_compile_test.php
+++ b/tests/template/template_compile_test.php
@@ -16,7 +16,7 @@ class phpbb_template_template_compile_test extends phpbb_test_case
protected function setUp()
{
- $this->template_compile = new phpbb_style_template_compile(false);
+ $this->template_compile = new phpbb_style_template_compile(false, null, '');
$this->template_path = dirname(__FILE__) . '/templates';
}