Files
Twig/tests/Fixtures/functions/max_without_args.test

9 lines
243 B
Plaintext

--TEST--
"max" function without an argument throws a compile time exception
--TEMPLATE--
{{ max() }}
--DATA--
return []
--EXCEPTION--
Twig\Error\SyntaxError: Value for argument "value" is required for function "max" in "index.twig" at line 2.