ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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.