PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_template_in_child_template.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_template_in_child_template.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_template_in_child_template.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 356 bytes
 

Contents

Class file image Download
--TEST-- Exception for an undefined template in a child template --TEMPLATE-- {% extends 'base.twig' %} {% block sidebar %} {{ include('include.twig') }} {% endblock %} --TEMPLATE(base.twig)-- {% block sidebar %} {% endblock %} --DATA-- return array() --EXCEPTION-- Twig_Error_Loader: Template "include.twig" is not defined in "index.twig" at line 5.