ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Definition at line 15 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValue | ( | ) |
Definition at line 45 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 38 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValue | ( | ) |
Definition at line 31 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 24 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testSimpleStringIsCorrectAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 17 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testTextIsNotAlphanumericAndWillThrowException | ( | ) |
Definition at line 52 of file AlphanumericTest.php.