1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/11323] Backport include_define test to olympus.

PHPBB3-11323
This commit is contained in:
Oleg Pudeyev 2013-01-13 18:28:51 -05:00
parent 0b0b5e15c3
commit 90235754b3
2 changed files with 9 additions and 0 deletions

View File

@ -232,6 +232,13 @@ class phpbb_template_template_test extends phpbb_test_case
array(),
'value',
),
array(
'include_define.html',
array('VARIABLE' => 'value'),
array(),
array(),
'value',
),
array(
'loop_vars.html',
array(),

View File

@ -0,0 +1,2 @@
<!-- DEFINE $DEF = 'variable.html' -->
<!-- INCLUDE {$DEF} -->