You are here

public static function RulesIntegrationTestCase::getInfo in Rules 7.2

Same name and namespace in other branches
  1. 8.3 d7-tests/rules_integration_test_case.test \RulesIntegrationTestCase::getInfo()

Declares test metadata.

File

tests/rules.test, line 1378
Rules tests.

Class

RulesIntegrationTestCase
Tests provided module integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Rules Core Integration',
    'description' => 'Tests provided integration for drupal core.',
    'group' => 'Rules',
  );
}