You are here

function spaces::setUp in Spaces 6.2

Same name and namespace in other branches
  1. 5.2 tests/spaces.test \spaces::setUp()
  2. 5 tests/spaces.test \spaces::setUp()
  3. 6 tests/spaces.test \spaces::setUp()

File

tests/spaces.test, line 17

Class

spaces

Code

function setUp() {
  $this
    ->drupalModuleEnable('context');
  $this
    ->drupalModuleEnable('purl');
  $this
    ->drupalModuleEnable('views');
  $this
    ->drupalModuleEnable('og');
  $this
    ->drupalModuleEnable('spaces');
  parent::setUp();
}