public static function SmsTrackArchiveTestCase::getInfo in SMS Framework 7
File
- modules/
sms_track/ tests/ sms_track.test, line 24
Class
- SmsTrackArchiveTestCase
- Provides integration tests for the SMS Framework.
Code
public static function getInfo() {
return array(
'name' => 'SMS Track Integration Test',
'description' => 'Integration tests for the SMS Framework Track Module.',
'group' => 'SMS Framework',
);
}