mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 16:35:35 +02:00
Merge remote-tracking branch 'p/ticket/11323-olympus' into develop-olympus
* p/ticket/11323-olympus: [ticket/11323] Backport include_define test to olympus.
This commit is contained in:
@ -232,6 +232,13 @@ class phpbb_template_template_test extends phpbb_test_case
|
|||||||
array(),
|
array(),
|
||||||
'value',
|
'value',
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'include_define.html',
|
||||||
|
array('VARIABLE' => 'value'),
|
||||||
|
array(),
|
||||||
|
array(),
|
||||||
|
'value',
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'loop_vars.html',
|
'loop_vars.html',
|
||||||
array(),
|
array(),
|
||||||
|
2
tests/template/templates/include_define.html
Normal file
2
tests/template/templates/include_define.html
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<!-- DEFINE $DEF = 'variable.html' -->
|
||||||
|
<!-- INCLUDE {$DEF} -->
|
Reference in New Issue
Block a user