function RulesIntegrationTestCase::getInfo
File
-
d7-tests/
rules_integration_test_case.test, line 19
Class
- RulesIntegrationTestCase
- Tests provided module integration.
Code
static function getInfo() {
return array(
'name' => 'Rules Core Integration',
'description' => 'Tests provided integration for drupal core.',
'group' => 'Rules',
);
}