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