ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

28 : void
29 {
30 $value = 'hejaaa';
31
32 $actual = (new ConstantTransformation($value))->transform("foo");
33
34 $this->assertEquals($value, $actual);
35 }

References ILIAS\Refinery\transform().

+ Here is the call graph for this function:

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