aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_compile_test.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-12-12 16:30:50 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-12-12 16:30:50 -0600
commit7ae5b62fc68017b6bdd5e55c9641e92a86a1f487 (patch)
tree54e156815f13c40e9b880712de32ae13728ffdae /tests/template/template_compile_test.php
parent84284a9ccee7d5ccc658c3d1f751a5254b3b9175 (diff)
parent9420647c43b300699afe6fe72f09d1746daf64a2 (diff)
downloadforums-7ae5b62fc68017b6bdd5e55c9641e92a86a1f487.tar
forums-7ae5b62fc68017b6bdd5e55c9641e92a86a1f487.tar.gz
forums-7ae5b62fc68017b6bdd5e55c9641e92a86a1f487.tar.bz2
forums-7ae5b62fc68017b6bdd5e55c9641e92a86a1f487.tar.xz
forums-7ae5b62fc68017b6bdd5e55c9641e92a86a1f487.zip
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
Diffstat (limited to 'tests/template/template_compile_test.php')
-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 0cfcd6ceb5..7393fc1747 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_template_compile(false, null, '');
+ $this->template_compile = new phpbb_template_compile(false, null, $this->style_resource_locator, '');
$this->template_path = dirname(__FILE__) . '/templates';
}