You are here

public function WeatherFunctionsTestCase::setUp in Weather 7.3

Same name and namespace in other branches
  1. 7.2 tests/functions.test \WeatherFunctionsTestCase::setUp()

Set up testing environment.

Overrides DrupalWebTestCase::setUp

File

tests/functions.test, line 43
Tests functions of weather.module.

Class

WeatherFunctionsTestCase
Test class for functions.

Code

public function setUp() {
  parent::setUp('weather');
  module_load_include('inc', 'weather', 'weather.common');
}