public static function GNodeSafeModeViewWithAnotherModuleTests::getInfo in Group 7
Drupal SimpleTest method: return metadata about the test.
File
- modules/
gnode/ tests/ gnode.test, line 1046 - Tests for the gnode module.
Class
- GNodeSafeModeViewWithAnotherModuleTests
- Test Group behaviour when another module is providing node grants.
Code
public static function getInfo() {
return array(
'name' => t('Group gnode node view tests with another module'),
'description' => t('Executes node access test suite when using bypass group access permissions for gnode module.'),
'group' => t('Group'),
);
}