public static function ConfigurationUITest::getInfo in Configuration Management 7
Same name and namespace in other branches
- 7.2 ui/tests/configuration_ui.test \ConfigurationUITest::getInfo()
Test info.
File
- tests/
configuration.test, line 442 - Tests for Configuration Management
Class
Code
public static function getInfo() {
return array(
'name' => t('Test User Interface'),
'description' => t('Test different components of the user interface'),
'group' => t('Configuration'),
);
}