public static function BootstrapAutoloadTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ bootstrap.test, line 305
Class
- BootstrapAutoloadTestCase
- Tests the auto-loading behavior of the code registry.
Code
public static function getInfo() {
return array(
'name' => 'Code registry',
'description' => 'Test that the code registry functions correctly.',
'group' => 'Bootstrap',
);
}