public static function HookInitTest::getInfo

File

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

Class

HookInitTest
Functional test for initialization of the theme system in hook_init().

Namespace

Drupal\system\Tests\Theme

Code

public static function getInfo() {
  return array(
    'name' => 'Theme initialization in hook_init()',
    'description' => 'Tests that the theme system can be correctly initialized in hook_init().',
    'group' => 'Theme',
  );
}