|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for UuidTest:
Collaboration diagram for UuidTest:Public Member Functions | |
| test_init () | |
| test_uuid4 () | |
| test_init More... | |
| test_uuid4_string () | |
| test_init More... | |
| test_from_string () | |
| test_init More... | |
| test_from_illegal_string () | |
| test_init More... | |
Private Attributes | |
| 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 12 of file UuidTest.php.
| UuidTest::test_from_illegal_string | ( | ) |
test_init
Definition at line 65 of file UuidTest.php.
| UuidTest::test_from_string | ( | ) |
test_init
Definition at line 53 of file UuidTest.php.
| UuidTest::test_init | ( | ) |
Definition at line 22 of file UuidTest.php.
| UuidTest::test_uuid4 | ( | ) |
test_init
Definition at line 30 of file UuidTest.php.
| UuidTest::test_uuid4_string | ( | ) |
test_init
Definition at line 41 of file UuidTest.php.
|
private |
Definition at line 17 of file UuidTest.php.
|
private |
Definition at line 16 of file UuidTest.php.
|
private |
Definition at line 14 of file UuidTest.php.