public static function SmsContainsKeywordConditionTestCase::getInfo in SMS Framework 7
File
- tests/
sms.rules.test, line 24
Class
- SmsContainsKeywordConditionTestCase
- Provides tests for the SMS contains keyword condition.
Code
public static function getInfo() {
return array(
'name' => 'SMS Rules Condition Test',
'description' => 'Tests for the SMS contains keyword condition.',
'group' => 'SMS Framework',
);
}