public static function ThemeRegistryTestCase::getInfo
7.x theme.test | public static ThemeRegistryTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ theme.test, line 457 - 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',
);
}