ILIAS  release_8 Revision v8.24
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 }

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