public static function SmsFrameworkWebTest::getInfo in SMS Framework 7
File
- tests/
sms.module.test, line 13 - Contains tests for the functions in sms.module and core sms framework.
Class
- SmsFrameworkWebTest
- Provides integration tests for the SMS Framework.
Code
public static function getInfo() {
return array(
'name' => 'SMS Framework Integration Test',
'description' => 'Integration tests for the SMS Framework.',
'group' => 'SMS Framework',
);
}