You are here

protected function FeaturesAssignerTest::setUp in Features 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/FeaturesAssignerTest.php \Drupal\Tests\features\Kernel\FeaturesAssignerTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/FeaturesAssignerTest.php, line 23

Class

FeaturesAssignerTest
The Feature assigner test.

Namespace

Drupal\Tests\features\Kernel

Code

protected function setUp() {
  parent::setUp();

  // We need system.site in order to run $this->configImporter->import().
  $this
    ->installConfig('system');
}