Security update to Drupal 8.4.6
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / magic_call53.test
1 --TEST--
2 __staticCall calls
3 --CONDITION--
4 version_compare(phpversion(), '5.3.0', '>=')
5 --TEMPLATE--
6 {{ 'foo'|magic_call_string }}
7 {{ 'foo'|magic_call_array }}
8 --DATA--
9 return array()
10 --EXPECT--
11 static_magic_foo
12 static_magic_foo