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