public static function ThemeRegistryTestCase::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 538
Tests for the theme API.

Class

ThemeRegistryTestCase
Tests for the ThemeRegistry class.

Code

public static function getInfo() {
  return array(
    'name' => 'ThemeRegistry',
    'description' => 'Tests the behavior of the ThemeRegistry class',
    'group' => 'Theme',
  );
}