public function WeatherParserTestCase::setUp in Weather 7
Same name and namespace in other branches
- 6.5 tests/parser.test \WeatherParserTestCase::setUp()
- 7.3 tests/parser.test \WeatherParserTestCase::setUp()
- 7.2 tests/parser.test \WeatherParserTestCase::setUp()
Set up testing environment.
Overrides DrupalWebTestCase::setUp
File
- tests/
parser.test, line 43 - Tests parsing of raw METAR data.
Class
- WeatherParserTestCase
- Test class for the parser.
Code
public function setUp() {
parent::setUp('weather');
module_load_include('inc', 'weather', 'weather_parser');
}