diff options
author | rechosen <rechosen@gmail.com> | 2013-09-13 13:48:00 +0200 |
---|---|---|
committer | rechosen <rechosen@gmail.com> | 2013-09-13 13:53:39 +0200 |
commit | 658f6e204510b328509a0387eb9711617fdc3bee (patch) | |
tree | 839db078e52b5362c1b8e8541411ce3dba3b06a4 /tests/template/template_test.php | |
parent | [ticket/11843] Add checking DEFINE variables with underscores to template_test (diff) | |
download | phpbb-658f6e204510b328509a0387eb9711617fdc3bee.tar.gz phpbb-658f6e204510b328509a0387eb9711617fdc3bee.tar.bz2 phpbb-658f6e204510b328509a0387eb9711617fdc3bee.zip |
[ticket/11843] Added newlines and included numbers in the DEFINE vars test
Per suggestion of nickvergessen, I added newlines in the DEFINE variables with
underscores test. Now if the test fails, it's easier to spot which part is
failing. Also added a test for DEFINE variables containing numbers.
PHPBB3-11843
Diffstat (limited to 'tests/template/template_test.php')
-rw-r--r-- | tests/template/template_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php index c28c7a70bc..2cca20f4c2 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -237,7 +237,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case array('VARIABLE' => 'variable.html'), array(), array(), - 'variable.htmlvariable.html', + "variable.html\nvariable.html\nvariable.html", ), array( 'include_loop_define.html', |