ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
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.