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