public static function ThemeEarlyInitializationTest::getInfo

File

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

Class

ThemeEarlyInitializationTest
Functional test for initialization of the theme system early in the request.

Namespace

Drupal\system\Tests\Theme

Code

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