public static function ThemeHookInitTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ theme.test, line 408 - Tests for the theme API.
Class
- ThemeHookInitTestCase
- Functional test for initialization of the theme system in hook_init().
Code
public static function getInfo() {
return array(
'name' => 'Theme initialization in hook_init()',
'description' => 'Tests that the theme system can be correctly initialized in hook_init().',
'group' => 'Theme',
);
}