ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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... | |
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 | ( | ) |
test_init
Definition at line 62 of file UuidTest.php.
References $factory.
UuidTest::test_from_string | ( | ) |
test_init
Definition at line 50 of file UuidTest.php.
References $factory.
UuidTest::test_init | ( | ) |
Definition at line 19 of file UuidTest.php.
UuidTest::test_uuid4 | ( | ) |
test_init
Definition at line 27 of file UuidTest.php.
References $factory.
UuidTest::test_uuid4_string | ( | ) |
test_init
Definition at line 38 of file UuidTest.php.
References $factory.
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.