public static function HookBootExitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php, line 24
Definition of Drupal\system\Tests\Bootstrap\HookBootExitTest.

Class

HookBootExitTest
Tests hook_boot() and hook_exit().

Namespace

Drupal\system\Tests\Bootstrap

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