public static function EarlyBootstrapTestCase::getInfo in Drupal 7
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',
);
}