ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Tests\Refinery\ConstantTransformationTest Class Reference
+ Inheritance diagram for ILIAS\Tests\Refinery\ConstantTransformationTest:
+ Collaboration diagram for ILIAS\Tests\Refinery\ConstantTransformationTest:

Public Member Functions

 testTransform ()
 
- Public Member Functions inherited from ILIAS\Tests\Refinery\TestCase
 getLanguage ()
 

Detailed Description

Definition at line 26 of file ConstantTransformationTest.php.

Member Function Documentation

◆ testTransform()

ILIAS\Tests\Refinery\ConstantTransformationTest::testTransform ( )

Definition at line 28 of file ConstantTransformationTest.php.

References ILIAS\Refinery\transform().

28  : void
29  {
30  $value = 'hejaaa';
31 
32  $actual = (new ConstantTransformation($value))->transform("foo");
33 
34  $this->assertEquals($value, $actual);
35  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: