public static function HookBootExitTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 277
Class
- HookBootExitTestCase
- Test hook_boot() and hook_exit().
Código
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',
);
}