From b5ecb2f7a84fc53185572e2a603e8c49fdc85c7a Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Thu, 8 Sep 2011 17:54:59 -0500 Subject: [ticket/10322] Dynamic template include test PHPBB3-10322 --- tests/template/template_test.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/template/template_test.php') diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 44baeaf8f0..a200148a29 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -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(), -- cgit v1.2.1