public static function UUIDUserTestCase::getInfo in Universally Unique IDentifier 7
File
- ./
uuid.test, line 216 - Test suite for UUID module.
Class
- UUIDUserTestCase
- Tests the User implementation.
Code
public static function getInfo() {
return array(
'name' => 'User implementation',
'description' => 'Tests the User implementation.',
'group' => 'UUID',
);
}