public static function ThemeHookInitTestCase::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 387
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',
  );
}