aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test
blob: a9eaa4c139ac8c00c59783ed7c222c0906282fd9 (plain) (blame)
1
2
3
4
5
6
7
8
--TEST--
"parent" tag
--TEMPLATE--
{% block content %}
    {{ parent() }}
{% endblock %}
--EXCEPTION--
Twig_Error_Syntax: Calling "parent" on a template that does not extend nor "use" another template is forbidden in "index.twig" at line 3