PHP Classes

File: tests/Fixtures/to_dot.test

Recommend this page to a friend!
  Classes of jawira   PHP Case Converter for Twig   tests/Fixtures/to_dot.test   Download  
File: tests/Fixtures/to_dot.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: 191 bytes
 

Contents

Class file image Download
--TEST-- "to_dot" filter --TEMPLATE-- {{ 'JAWIRA'|to_dot }} {{ 'fooBarBaz'|to_dot }} {{ ''|to_dot }} {{ 'HELLO_WORLD'|to_dot }} --DATA-- return []; --EXPECT-- jawira foo.bar.baz hello.world