You are here

public static function RulesLinkTestCase::getInfo in Rules Link 7.2

Same name and namespace in other branches
  1. 7 rules_link.test \RulesLinkTestCase::getInfo()

File

./rules_link.test, line 12
Views integration.

Class

RulesLinkTestCase
Test class for Rules link.

Code

public static function getInfo() {
  return array(
    'name' => 'Rules link tests',
    'description' => 'Test basic editing and execution of rules links',
    'group' => 'Rules',
  );
}