PHP Classes

File: tests/Fixtures/to_title.test

Recommend this page to a friend!
  Classes of jawira   PHP Case Converter for Twig   tests/Fixtures/to_title.test   Download  
File: tests/Fixtures/to_title.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Case Converter for Twig
Convert parameter values used in Twig templates
Author: By
Last change:
Date: 2 years ago
Size: 201 bytes
 

Contents

Class file image Download
--TEST-- "to_title" filter --TEMPLATE-- {{ 'JAWIRA'|to_title }} {{ 'fooBarBaz'|to_title }} {{ ''|to_title }} {{ 'HELLO_WORLD'|to_title }} --DATA-- return []; --EXPECT-- Jawira Foo Bar Baz Hello World