You are here

public static function ViewsRulesFrameworkTestCase::getInfo in Views Rules 7

Declares test.

File

tests/views_rules.test, line 53
Simpletest implementations.

Class

ViewsRulesFrameworkTestCase
Framework function tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Framework tests',
    'description' => 'Tests basic module functionality.',
    'group' => 'Views Rules',
  );
}