|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\AlphanumericTest:
Collaboration diagram for ILIAS\Data\AlphanumericTest:Definition at line 31 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValue | ( | ) |
Definition at line 61 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 54 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValue | ( | ) |
Definition at line 47 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 40 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testSimpleStringIsCorrectAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 33 of file AlphanumericTest.php.
| ILIAS\Data\AlphanumericTest::testTextIsNotAlphanumericAndWillThrowException | ( | ) |
Definition at line 68 of file AlphanumericTest.php.