ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
TestCase for Custom transformations. More...
Public Member Functions | |
testTransform () | |
testTransformFails () | |
testInvoke () | |
testInvokeFails () | |
Data Fields | |
const | TEST_STRING = "Test" |
Protected Member Functions | |
setUp () | |
tearDown () | |
TestCase for Custom transformations.
Definition at line 12 of file TransformationsCustomTest.php.
|
protected |
Definition at line 16 of file TransformationsCustomTest.php.
|
protected |
Definition at line 29 of file TransformationsCustomTest.php.
TransformationsCustomTest::testInvoke | ( | ) |
Definition at line 72 of file TransformationsCustomTest.php.
References $result.
TransformationsCustomTest::testInvokeFails | ( | ) |
Definition at line 87 of file TransformationsCustomTest.php.
TransformationsCustomTest::testTransform | ( | ) |
Definition at line 35 of file TransformationsCustomTest.php.
References $result.
TransformationsCustomTest::testTransformFails | ( | ) |
Definition at line 41 of file TransformationsCustomTest.php.
const TransformationsCustomTest::TEST_STRING = "Test" |
Definition at line 14 of file TransformationsCustomTest.php.