public static function ThemeFastTestCase::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 413
Tests for the theme API.

Class

ThemeFastTestCase
Tests autocompletion not loading registry.

Code

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