protected function FeaturesAssignerTest::setUp in Features 8.4
Same name and namespace in other branches
- 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\KernelCode
protected function setUp() {
parent::setUp();
// We need system.site in order to run $this->configImporter->import().
$this
->installConfig('system');
}