Files
Twig/tests/Fixtures/functions/magic_call.test
2022-05-13 17:01:54 +02:00

11 lines
139 B
Plaintext

--TEST--
__call calls
--TEMPLATE--
{{ 'foo'|magic_call }}
{{ 'foo'|magic_call_closure }}
--DATA--
return []
--EXPECT--
magic_foo
magic_foo