undefined_parent.test in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_parent.testView source
--TEST--
Exception for an undefined parent
--TEMPLATE--
{% extends 'foo.html' %}
{% set foo = "foo" %}
--EXCEPTION--
Twig_Error_Loader: Template "foo.html" is not defined in "index.twig" at line 2.