diff options
| author | Nils Adermann <naderman@naderman.de> | 2011-07-17 01:42:42 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-17 14:28:56 -0400 |
| commit | ee203b46328f3a0e1297197e50b30487d1eab248 (patch) | |
| tree | 16df8e531276211a708b111a8f8217482a35919d /tests/template/template_test.php | |
| parent | bf34264f4f6c0fe6bbe49c6537c0f384f9fc495b (diff) | |
| download | forums-ee203b46328f3a0e1297197e50b30487d1eab248.tar forums-ee203b46328f3a0e1297197e50b30487d1eab248.tar.gz forums-ee203b46328f3a0e1297197e50b30487d1eab248.tar.bz2 forums-ee203b46328f3a0e1297197e50b30487d1eab248.tar.xz forums-ee203b46328f3a0e1297197e50b30487d1eab248.zip | |
[feature/template-engine] Test template DEFINE statements across files
PHPBB3-9726
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 df3f927c22..2a5a53637d 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -130,7 +130,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case array(), array('loop' => array(array(), array(), array(), array(), array(), array(), array()), 'test' => array(array()), 'test.deep' => array(array()), 'test.deep.defines' => array(array())), array(), - "xyz\nabc", + "xyz\nabc\nabc\nbar\nbar\nabc", ), array( 'expressions.html', |
