aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-02-19 15:59:15 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-02-19 16:08:36 +0100
commitdd5963eabb17b29fc4abc98ea0cb95357fe253bb (patch)
tree85482f293c6b2cb8b3f65890b976ea164d610942 /tests/template/template_test.php
parent01a2622dc6b9910b2f4a3d7c77e7b06b51584bc0 (diff)
downloadforums-dd5963eabb17b29fc4abc98ea0cb95357fe253bb.tar
forums-dd5963eabb17b29fc4abc98ea0cb95357fe253bb.tar.gz
forums-dd5963eabb17b29fc4abc98ea0cb95357fe253bb.tar.bz2
forums-dd5963eabb17b29fc4abc98ea0cb95357fe253bb.tar.xz
forums-dd5963eabb17b29fc4abc98ea0cb95357fe253bb.zip
[ticket/11323] Enable tests for inclusion of defined variables
PHPBB3-11323
Diffstat (limited to 'tests/template/template_test.php')
-rw-r--r--tests/template/template_test.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php
index f43157775a..56cc7a9de5 100644
--- a/tests/template/template_test.php
+++ b/tests/template/template_test.php
@@ -197,8 +197,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
array('loop'),
'',
),
- /* Currently fail on develop:
- http://tracker.phpbb.com/browse/PHPBB3-11323
array(
'include_define_variable.html',
array('VARIABLE' => 'variable.html'),
@@ -213,7 +211,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
array(),
'value',
),
- */
/* no top level nested loops
array(
'loop_vars.html',