public static function ModuleProvidedThemeEngineTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 676 - Tests for the theme API.
Class
- ModuleProvidedThemeEngineTestCase
- Tests module-provided theme engines.
Code
public static function getInfo() {
return array(
'name' => 'Theme engine test',
'description' => 'Tests module-provided theme engines.',
'group' => 'Theme',
);
}