PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/even.test

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

Contents

Class file image Download
--TEST-- "even" test --TEMPLATE-- {{ 1 is even ? 'ko' : 'ok' }} {{ 2 is even ? 'ok' : 'ko' }} {{ 1 is not even ? 'ok' : 'ko' }} {{ 2 is not even ? 'ko' : 'ok' }} --DATA-- return array() --EXPECT-- ok ok ok ok