ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
TestInclude.php
Go to the documentation of this file.
1<?php
2
4$env->addTest(new Twig_SimpleTest('anonymous', function () {}));
5
6return $env;
$env
Definition: TestInclude.php:3
An exception for terminatinating execution or to throw for unit testing.
Stores the Twig configuration.
Definition: Environment.php:18
Loads a template from an array.
Definition: Array.php:27
Represents a template test.
Definition: SimpleTest.php:20