57e5be392d63809d99c750c8297a6fe462941f82
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / static_calls.test
1 --TEST--
2 Functions as static method calls
3 --TEMPLATE--
4 {{ static_call_string('foo') }}
5 {{ static_call_array('foo') }}
6 --DATA--
7 return array('foo' => 'foo')
8 --EXPECT--
9 *foo*
10 *foo*