mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/twig] Add simple test to make sure Twig filters/tags are working
PHPBB3-11598
This commit is contained in:
@@ -309,6 +309,13 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||
"a\nb\nc\nd",
|
||||
),
|
||||
*/
|
||||
array(
|
||||
'twig.html',
|
||||
array('VARIABLE' => 'FOObar',),
|
||||
array(),
|
||||
array(),
|
||||
"13FOOBAR|foobar",
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user