function HookBootExitTestCase::getInfo

File

modules/simpletest/tests/bootstrap.test, line 370

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.