ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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