You are here

function WeatherParserTestCase::setUp in Weather 6.5

Same name and namespace in other branches
  1. 7.3 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 39

Class

WeatherParserTestCase

Code

function setUp() {
  parent::setUp('weather');
}