public static function PrivatemsgServiceTestCase::getInfo in Privatemsg 6.2
getInfo() returns properties that are displayed in the test selection form.
File
- privatemsg_service/
privatemsg_service.test, line 18 - Privatemsg Services test
Class
- PrivatemsgServiceTestCase
- Tests for services integration.
Code
public static function getInfo() {
return array(
'name' => 'Privatemsg Services functionality.',
'description' => 'Ensure that the Privatemsg services integration functions properly.',
'group' => 'Privatemsg',
// Disable services tests for the moment until it is possible to specify
// versionied dependencies.
'dependencies' => array(
'services',
'services_keyauth',
),
);
}