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