ILIAS
release_8 Revision v8.19
|
Definition at line 18 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValue | ( | ) |
Definition at line 48 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testFloatIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 41 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValue | ( | ) |
Definition at line 34 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testIntegerIsAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 27 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testSimpleStringIsCorrectAlphanumericValueAndCanBeConvertedToString | ( | ) |
Definition at line 20 of file AlphanumericTest.php.
ILIAS\Data\AlphanumericTest::testTextIsNotAlphanumericAndWillThrowException | ( | ) |
Definition at line 55 of file AlphanumericTest.php.