public static function ClientsTestCase::getInfo in Web Service Clients 7.3
Implements getInfo().
File
- tests/
clients.test, line 16 - Contains tests for the Clients module.
Class
- ClientsTestCase
- Test case.
Code
public static function getInfo() {
return array(
'name' => t('Clients dummy connection'),
'description' => t('Test the dummy connection module.'),
'group' => t('Clients'),
);
}