public static function WeatherConfigurationTestCase::getInfo in Weather 7.2
Same name and namespace in other branches
- 7.3 tests/configuration.test \WeatherConfigurationTestCase::getInfo()
General information.
File
- tests/
configuration.test, line 32 - Test configuration of weather displays.
Class
- WeatherConfigurationTestCase
- Test class for configuration.
Code
public static function getInfo() {
return array(
'name' => 'Configuration',
'description' => 'Tests configuration of weather displays.',
'group' => 'Weather',
);
}