aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-08-29 14:25:46 -0700
committerDavid King <imkingdavid@gmail.com>2013-08-29 14:25:46 -0700
commitafc12906b92c2cf126fa2ff9006583d0c4ef01ec (patch)
tree0140929b3ddc902fb7f072af2425040d7a43d814 /tests/template/template_test.php
parentdcf82d9a5ae26de462687325b4d8553e4aaca7d4 (diff)
parentaae7677d71112e468b56be7e10d16f3b381fcad7 (diff)
downloadforums-afc12906b92c2cf126fa2ff9006583d0c4ef01ec.tar
forums-afc12906b92c2cf126fa2ff9006583d0c4ef01ec.tar.gz
forums-afc12906b92c2cf126fa2ff9006583d0c4ef01ec.tar.bz2
forums-afc12906b92c2cf126fa2ff9006583d0c4ef01ec.tar.xz
forums-afc12906b92c2cf126fa2ff9006583d0c4ef01ec.zip
Merge remote-tracking branch 'EXreaction/ticket/11628' into develop
Diffstat (limited to 'tests/template/template_test.php')
-rw-r--r--tests/template/template_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php
index 0a6b680100..15d75f09af 100644
--- a/tests/template/template_test.php
+++ b/tests/template/template_test.php
@@ -410,7 +410,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
$this->setup_engine(array('tpl_allow_php' => true));
- $this->style->set_custom_style('tests', $cache_dir, array(), '');
+ $this->template->set_custom_style('tests', $cache_dir);
$this->run_template('php.html', array(), array(), array(), 'test');
}