You are here

public static function SmsActionsUnitTest::getInfo in SMS Framework 7

Provides information on the test.

File

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

Class

SmsActionsUnitTest
Provides unit tests for the sms_action module.

Code

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