public static function ThemeFastTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 434 - 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',
);
}