public static function BootstrapMiscTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ bootstrap.test, line 709
Class
- BootstrapMiscTestCase
- Test miscellaneous functions in bootstrap.inc.
Code
public static function getInfo() {
return array(
'name' => 'Miscellaneous bootstrap unit tests',
'description' => 'Test miscellaneous functions in bootstrap.inc.',
'group' => 'Bootstrap',
);
}