function EarlyBootstrapTestCase::getInfo
File
-
modules/
simpletest/ tests/ boot.test, line 7
Class
- EarlyBootstrapTestCase
- Perform early bootstrap tests.
Code
public static function getInfo() {
return array(
'name' => 'Early bootstrap test',
'description' => 'Confirm that calling module_implements() during early bootstrap does not pollute the module_implements() cache.',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.