mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
--TEST--
|
|
Exception for an undefined parent
|
|
--TEMPLATE--
|
|
{% extends 'foo.html' %}
|
|
|
|
{% set foo = "foo" %}
|
|
--DATA--
|
|
return []
|
|
--EXCEPTION--
|
|
Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
|