Files
Twig/tests/Fixtures/functions/attribute_with_wrong_args.legacy.test
2024-09-12 21:44:45 +02:00

9 lines
248 B
Plaintext

--TEST--
"attribute" function
--TEMPLATE--
{{ attribute(var=var, template="tpl") }}
--DATA--
return ['var' => null]
--EXCEPTION--
Twig\Error\SyntaxError: Value for argument "variable" is required for function "attribute" in "index.twig" at line 2.