function RulesIntegrationTestCase::getInfo

Declares test metadata.

File

tests/rules.test, line 1379

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',
  );
}