function HookRequirementsTestCase::getInfo
File
-
modules/
system/ system.test, line 355
Class
- HookRequirementsTestCase
- Tests failure of hook_requirements('install').
Code
public static function getInfo() {
return array(
'name' => 'Requirements hook failure',
'description' => "Attempts enabling a module that fails hook_requirements('install').",
'group' => 'Module',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.