f25e8715517bae404a6d30a0feb5fe7fbd534631
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / include / missing.test
1 --TEST--
2 "include" tag
3 --TEMPLATE--
4 {% include "foo.twig" %}
5 --DATA--
6 return array();
7 --EXCEPTION--
8 Twig_Error_Loader: Template "foo.twig" is not defined in "index.twig" at line 2.