You are here

public function ConfigurationUITest::setUp in Configuration Management 7

Same name and namespace in other branches
  1. 7.2 ui/tests/configuration_ui.test \ConfigurationUITest::setUp()

Set up test.

Overrides ConfigurationWebTestCase::setUp

File

tests/configuration.test, line 453
Tests for Configuration Management

Class

ConfigurationUITest

Code

public function setUp() {
  parent::setUp(array(
    'configuration',
    'field',
    'filter',
    'image',
    'taxonomy',
  ));
  $this
    ->adminLogin();
  $this->type = $this
    ->drupalCreateContentType();
  $this->vocab = $this
    ->createVocabulary();
}