You are here

public static function WeatherConfigurationTestCase::getInfo in Weather 7.3

Same name and namespace in other branches
  1. 7.2 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',
  );
}