You are here

public static function SmsUserWebTest::getInfo in SMS Framework 7

Provides information on the test.

File

modules/sms_user/tests/sms_user.test, line 19
Contains tests for the functions in sms_user.module and user integration.

Class

SmsUserWebTest
Provides integration tests for the sms_user module.

Code

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