public static function BootstrapMiscTestCase::getInfo

File

drupal/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',
  );
}