public function WeatherConfigurationTestCase::setUp in Weather 7.2
Same name and namespace in other branches
- 7.3 tests/configuration.test \WeatherConfigurationTestCase::setUp()
Set up testing environment.
Overrides DrupalWebTestCase::setUp
File
- tests/
configuration.test, line 43 - Test configuration of weather displays.
Class
- WeatherConfigurationTestCase
- Test class for configuration.
Code
public function setUp() {
parent::setUp('weather', 'block');
}