public static function UuidUserServicesTest::getInfo in Universally Unique IDentifier 7
File
- uuid_services/
uuid_services.user_services.test, line 23 - Test the UUID User Services integration.
Class
- UuidUserServicesTest
- Test the UUID User Services integration.
Code
public static function getInfo() {
return array(
'name' => 'UUID User Services tests',
'description' => 'Test the user services resource UUID methods and actions.',
'group' => 'UUID',
);
}