public static function ThemeRegistryTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ theme.test, line 457 - Tests for the theme API.
Class
- ThemeRegistryTestCase
- Tests for the ThemeRegistry class.
Código
public static function getInfo() {
return array(
'name' => 'ThemeRegistry',
'description' => 'Tests the behavior of the ThemeRegistry class',
'group' => 'Theme',
);
}