ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
IntegrationTest.php File Reference

Go to the source code of this file.

Data Structures

class  Twig_Tests_IntegrationTest
 
class  TwigTestFoo
 
class  TwigTestTokenParser_ยง
 
class  TwigTestExtension
 
class  MagicCallStub
 This class is used in tests for the "length" filter and "empty" test. More...
 
class  ToStringStub
 
class  CountableStub
 This class is used in tests for the length filter and empty test to show that when is implemented, it is preferred over the __toString() method. More...
 
class  IteratorAggregateStub
 This class is used in tests for the length filter. More...
 

Functions

 html ()
 
 test_foo ($value='foo')
 

Function Documentation

◆ html()

◆ test_foo()

test_foo (   $value = 'foo')

Definition at line 39 of file IntegrationTest.php.

40 {
41  return $value;
42 }