public function WeatherPermissionTestCase::setUp in Weather 7.2
Same name and namespace in other branches
- 6.5 tests/permissions.test \WeatherPermissionTestCase::setUp()
- 7.3 tests/permissions.test \WeatherPermissionTestCase::setUp()
- 7 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');
}