PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_variables.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_variables.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_variables.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: 240 bytes
 

Contents

Class file image Download
--TEST-- "include" function accept variables --TEMPLATE-- {{ include("foo.twig", {'foo': 'bar'}) }} {{- include("foo.twig", vars) }} --TEMPLATE(foo.twig)-- {{ foo }} --DATA-- return array('vars' => array('foo' => 'bar')) --EXPECT-- bar bar