mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10322] Dynamic template include test
PHPBB3-10322
This commit is contained in:
@@ -162,6 +162,13 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||
array(),
|
||||
'value',
|
||||
),
|
||||
array(
|
||||
'include_variable.html',
|
||||
array('FILE' => 'variable.html', 'VARIABLE' => 'value'),
|
||||
array(),
|
||||
array(),
|
||||
"value\nvalue",
|
||||
),
|
||||
array(
|
||||
'loop_vars.html',
|
||||
array(),
|
||||
|
Reference in New Issue
Block a user