public static function SmsDevelTestSendFormTestCase::getInfo in SMS Framework 7
The getInfo() function.
File
- modules/
sms_devel/ tests/ sms_devel.test, line 15 - Tests for the SMS Devel module.
Class
- SmsDevelTestSendFormTestCase
- Provides tests for the SMS Devel Test Send Form.
Code
public static function getInfo() {
return array(
'name' => 'SMS devel send/receive form test',
'description' => 'Tests the send/receive form provided by SMS Devel.',
'group' => 'SMS Framework',
);
}