function spaces::setUp in Spaces 5.2
Same name and namespace in other branches
- 5 tests/spaces.test \spaces::setUp()
- 6 tests/spaces.test \spaces::setUp()
- 6.2 tests/spaces.test \spaces::setUp()
File
- tests/
spaces.test, line 17
Class
Code
function setUp() {
$this
->drupalModuleEnable('context');
$this
->drupalModuleEnable('context_ui');
$this
->drupalModuleEnable('context_prefix');
$this
->drupalModuleEnable('views');
$this
->drupalModuleEnable('og');
$this
->drupalModuleEnable('spaces');
parent::setUp();
}