public static function ThemeFastTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/theme.test, line 404
Tests for the theme API.

Class

ThemeFastTestCase
Tests autocompletion not loading registry.

Código

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