mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/11323] Enable tests for inclusion of defined variables
PHPBB3-11323
This commit is contained in:
parent
01a2622dc6
commit
dd5963eabb
1 changed files with 0 additions and 3 deletions
|
@ -197,8 +197,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||||
array('loop'),
|
array('loop'),
|
||||||
'',
|
'',
|
||||||
),
|
),
|
||||||
/* Currently fail on develop:
|
|
||||||
http://tracker.phpbb.com/browse/PHPBB3-11323
|
|
||||||
array(
|
array(
|
||||||
'include_define_variable.html',
|
'include_define_variable.html',
|
||||||
array('VARIABLE' => 'variable.html'),
|
array('VARIABLE' => 'variable.html'),
|
||||||
|
@ -213,7 +211,6 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||||
array(),
|
array(),
|
||||||
'value',
|
'value',
|
||||||
),
|
),
|
||||||
*/
|
|
||||||
/* no top level nested loops
|
/* no top level nested loops
|
||||||
array(
|
array(
|
||||||
'loop_vars.html',
|
'loop_vars.html',
|
||||||
|
|
Loading…
Add table
Reference in a new issue