6679fbe132dc0f417d7d2afa77529c9f1d0b49ec
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / exceptions / undefined_trait.test
1 --TEST--
2 Exception for an undefined trait
3 --TEMPLATE--
4 {% use 'foo' with foobar as bar %}
5 --TEMPLATE(foo)--
6 {% block bar %}
7 {% endblock %}
8 --EXCEPTION--
9 Twig_Error_Runtime: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.