|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for UuidTest:
Collaboration diagram for UuidTest:Public Member Functions | |
| test_init () | |
| @doesNotPerformAssertions More... | |
| test_uuid4 () | |
| @depends test_init More... | |
| test_uuid4_string () | |
| @depends test_init More... | |
| test_from_string () | |
| @depends test_init More... | |
| test_from_illegal_string () | |
| @depends test_init More... | |
Data Fields | |
| const | VALID_UUID4 = '/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{12}$/' |
| const | UUID4 = 'f47ac10b-58cc-4372-a567-0e02b2c3d479' |
| const | NO_UUID = 'lorem ipsum dolor' |
Definition at line 9 of file UuidTest.php.
| UuidTest::test_from_illegal_string | ( | ) |
@depends test_init
Definition at line 62 of file UuidTest.php.
References $factory.
| UuidTest::test_from_string | ( | ) |
@depends test_init
Definition at line 50 of file UuidTest.php.
References $factory.
| UuidTest::test_init | ( | ) |
@doesNotPerformAssertions
Definition at line 19 of file UuidTest.php.
| UuidTest::test_uuid4 | ( | ) |
| UuidTest::test_uuid4_string | ( | ) |
| const UuidTest::NO_UUID = 'lorem ipsum dolor' |
Definition at line 14 of file UuidTest.php.
| const UuidTest::UUID4 = 'f47ac10b-58cc-4372-a567-0e02b2c3d479' |
Definition at line 13 of file UuidTest.php.
| const UuidTest::VALID_UUID4 = '/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{12}$/' |
Definition at line 11 of file UuidTest.php.