You are here

public function WeatherConfigurationTestCase::setUp in Weather 7.3

Same name and namespace in other branches
  1. 7.2 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');
}