empty.test in Zircon Profile 8.0
Same filename in this branch
Same filename and directory in other branches
File
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/empty.testView source
--TEST--
"extends" tag
--TEMPLATE--
{% extends "foo.twig" %}
--TEMPLATE(foo.twig)--
{% block content %}FOO{% endblock %}
--DATA--
return array()
--EXPECT--
FOO