undefined_trait.test in Zircon Profile 8
Same filename and directory in other branches
File
vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_trait.testView source
--TEST--
Exception for an undefined trait
--TEMPLATE--
{% use 'foo' with foobar as bar %}
--TEMPLATE(foo)--
{% block bar %}
{% endblock %}
--EXCEPTION--
Twig_Error_Runtime: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.