Security update to Drupal 8.4.6
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / exceptions / undefined_parent.test
1 --TEST--
2 Exception for an undefined parent
3 --TEMPLATE--
4 {% extends 'foo.html' %}
5
6 {% set foo = "foo" %}
7 --EXCEPTION--
8 Twig_Error_Loader: Template "foo.html" is not defined in "index.twig" at line 2.