public static function SmsBlastWebTest::getInfo in SMS Framework 7
Provides test information.
File
- modules/
sms_blast/ sms_blast.test, line 16 - Contains tests for the sms_blast module.
Class
- SmsBlastWebTest
- Provides integration tests for the sms_user module.
Code
public static function getInfo() {
return array(
'name' => 'SMS Blast Test',
'description' => 'Tests for SMS Blast module.',
'group' => 'SMS Framework',
);
}