public static function BootstrapMiscTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/bootstrap.test, line 444

Class

BootstrapMiscTestCase
Test miscellaneous functions in bootstrap.inc.

Código

public static function getInfo() {
  return array(
    'name' => 'Miscellaneous bootstrap unit tests',
    'description' => 'Test miscellaneous functions in bootstrap.inc.',
    'group' => 'Bootstrap',
  );
}