public static function SystemThemeFunctionalTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1831 - Tests for system.module.
Class
- SystemThemeFunctionalTest
- Tests for the theme interface functionality.
Code
public static function getInfo() {
return array(
'name' => 'Theme interface functionality',
'description' => 'Tests the theme interface functionality by enabling and switching themes, and using an administration theme.',
'group' => 'System',
);
}