You are here

public static function SmsValidWebTest::getInfo in SMS Framework 7

File

modules/sms_valid/sms_valid.test, line 15
Contains tests for the functions in sms.module and core sms framework.

Class

SmsValidWebTest
Provides unit tests for SMS Valid validation functions.

Code

public static function getInfo() {
  return array(
    'name' => 'SMS Valid Web Test',
    'description' => 'Tests for the SMS Valid module.',
    'group' => 'SMS Framework',
  );
}