function WeatherParserTestCase::setUp in Weather 6.5
Same name and namespace in other branches
- 7.3 tests/parser.test \WeatherParserTestCase::setUp()
- 7 tests/parser.test \WeatherParserTestCase::setUp()
- 7.2 tests/parser.test \WeatherParserTestCase::setUp()
Set up testing environment
Overrides DrupalWebTestCase::setUp
File
- tests/
parser.test, line 39
Class
Code
function setUp() {
parent::setUp('weather');
}