public static function HookBootExitTestCase::getInfo in SimpleTest 7
File
- tests/
bootstrap.test, line 233
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',
);
}