You are here

public function WeatherPermissionTestCase::setUp in Weather 7.3

Same name and namespace in other branches
  1. 6.5 tests/permissions.test \WeatherPermissionTestCase::setUp()
  2. 7 tests/permissions.test \WeatherPermissionTestCase::setUp()
  3. 7.2 tests/permissions.test \WeatherPermissionTestCase::setUp()

Set up testing environment.

Overrides DrupalWebTestCase::setUp

File

tests/permissions.test, line 43
Tests permission and access settings for different users.

Class

WeatherPermissionTestCase
Test class for permissions.

Code

public function setUp() {
  parent::setUp('weather', 'block');
}