diff options
author | David King <imkingdavid@gmail.com> | 2013-08-29 14:25:46 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-08-29 14:25:46 -0700 |
commit | afc12906b92c2cf126fa2ff9006583d0c4ef01ec (patch) | |
tree | 0140929b3ddc902fb7f072af2425040d7a43d814 /tests/template/template_test.php | |
parent | dcf82d9a5ae26de462687325b4d8553e4aaca7d4 (diff) | |
parent | aae7677d71112e468b56be7e10d16f3b381fcad7 (diff) | |
download | forums-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.php | 2 |
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'); } |