You are here

public static function WeatherEsParserTestCase::getInfo in Weather_es 7

File

./weather_es.test, line 25
Tests parsing of raw XML AEMET data.

Class

WeatherEsParserTestCase
@file Tests parsing of raw XML AEMET data.

Code

public static function getInfo() {
  return array(
    'name' => 'Weather_es blocks and parser tests',
    'description' => 'Test the Weather_es blocks and XML parser for the AEMET data.',
    'group' => 'Weather_es',
  );
}