Files
Twig/tests/Fixtures/functions/static_calls.test
2019-06-30 14:56:12 +02:00

11 lines
174 B
Plaintext

--TEST--
Functions as static method calls
--TEMPLATE--
{{ static_call_string('foo') }}
{{ static_call_array('foo') }}
--DATA--
return ['foo' => 'foo']
--EXPECT--
*foo*
*foo*