You are here

public static function SmsActionWebTest::getInfo in SMS Framework 7

Provides information on the test.

File

modules/sms_actions/sms_actions.test, line 18
Contains tests for the functions in sms_action.module and actions integration.

Class

SmsActionWebTest
Provides integration tests for the sms_action module.

Code

public static function getInfo() {
  return array(
    'name' => 'SMS Actions Integration Test',
    'description' => 'Integration tests for SMS Action module.',
    'group' => 'SMS Framework',
  );
}