public static function ThemeHookInitTestCase::getInfo

7.x theme.test public static ThemeHookInitTestCase::getInfo()

File

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