public static function HookBootExitTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 338

Class

HookBootExitTestCase
Test hook_boot() and hook_exit().

Code

public static function getInfo() {
  return array(
    'name' => 'Boot and exit hook invocation',
    'description' => 'Test that hook_boot() and hook_exit() are called correctly.',
    'group' => 'Bootstrap',
  );
}