]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/missing.test
4d2f6cf136ce43682dafc754c226ffe9b44b96b0
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / include / missing.test
1 --TEST--
2 "include" function
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.