public static function SmsSendToPhoneWebTest::getInfo in SMS Framework 7
Provides information on the web test.
File
- modules/
sms_sendtophone/ sms_sendtophone.test, line 16 - Contains tests for sms_sendtophone.module
Class
- SmsSendToPhoneWebTest
- Tests the SMS SendToPhone functionality.
Code
public static function getInfo() {
return array(
'name' => 'SMS SendToPhone Integration Test',
'description' => 'Integration tests for the SMS SendToPhone Module.',
'group' => 'SMS Framework',
);
}