public static function HookBootExitTestCase::getInfo

7.x bootstrap.test public static HookBootExitTestCase::getInfo()

File

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

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