You are here

public function ConfigurationTrackingTest::setUp in Configuration Management 7

Set up test.

Overrides ConfigurationWebTestCase::setUp

File

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

Class

ConfigurationTrackingTest

Code

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