You are here

public function WeatherParserTestCase::setUp in Weather 7.3

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

Set up testing environment.

Overrides DrupalWebTestCase::setUp

File

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

Class

WeatherParserTestCase
Test class for the parser.

Code

public function setUp() {
  parent::setUp('weather');
  module_load_include('inc', 'weather', 'weather_parser');
}