Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / include / ignore_missing.test
1 --TEST--
2 "include" function
3 --TEMPLATE--
4 {{ include(["foo.twig", "bar.twig"], ignore_missing = true) }}
5 {{ include("foo.twig", ignore_missing = true) }}
6 {{ include("foo.twig", ignore_missing = true, variables = {}) }}
7 {{ include("foo.twig", ignore_missing = true, variables = {}, with_context = true) }}
8 --DATA--
9 return array()
10 --EXPECT--