You are here

public static function SmsUserRulesWebTestCase::getInfo in SMS Framework 7

File

modules/sms_user/tests/sms_user.rules.test, line 8

Class

SmsUserRulesWebTestCase
Provides common helper methods for SMS User Rules tests.

Code

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