You are here

undefined_parent.test in Zircon Profile 8

File

vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_parent.test
View 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.