You are here

protected function ConfigEntityNormalizeTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigEntityNormalizeTest.php \Drupal\config\Tests\ConfigEntityNormalizeTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/config/src/Tests/ConfigEntityNormalizeTest.php, line 26
Contains \Drupal\config\Tests\ConfigEntityNormalizeTest.

Class

ConfigEntityNormalizeTest
Tests the listing of configuration entities.

Namespace

Drupal\config\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig(static::$modules);
}