public static function WsconfigTestCase::getInfo in Web Service Data 7
File
- modules/
wsconfig/ tests/ wsconfig.test, line 9 - Tests for Web Service Configuration
Class
- WsconfigTestCase
- @file Tests for Web Service Configuration
Code
public static function getInfo() {
return array(
'name' => t('Web Service Configuration tests'),
'description' => t('Test the web service configuration storage.'),
'group' => t('Web Service Data'),
);
}