public static function FastTest::getInfo

File

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

Class

FastTest
Tests autocompletion not loading registry.

Namespace

Drupal\system\Tests\Theme

Code

public static function getInfo() {
  return array(
    'name' => 'Theme fast initialization',
    'description' => 'Test that autocompletion does not load the registry.',
    'group' => 'Theme',
  );
}