public static function WsfieldsTestCase::getInfo in Web Service Data 7
File
- modules/
wsfields/ tests/ wsfields.test, line 9 - Describe the file
Class
- WsfieldsTestCase
- @file Describe the file
Code
public static function getInfo() {
return array(
'name' => t('Wsfields tests'),
'description' => t('One or more complete sentences explaining the test.'),
'group' => t('Web Service Data'),
);
}