You are here

public static function WeatherParserTestCase::getInfo in Weather 7.3

Same name and namespace in other branches
  1. 6.5 tests/parser.test \WeatherParserTestCase::getInfo()
  2. 7 tests/parser.test \WeatherParserTestCase::getInfo()
  3. 7.2 tests/parser.test \WeatherParserTestCase::getInfo()

General information.

File

tests/parser.test, line 32
Tests parsing of XML weather forecasts.

Class

WeatherParserTestCase
Test class for the parser.

Code

public static function getInfo() {
  return array(
    'name' => 'Parser',
    'description' => 'Tests parsing of XML weather forecasts.',
    'group' => 'Weather',
  );
}