You are here

protected function ConfigFilterStorageFactoryTest::setUp in Config Filter 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/ConfigFilterStorageFactoryTest.php \Drupal\Tests\config_filter\Kernel\ConfigFilterStorageFactoryTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ConfigFilterStorageFactoryTest.php, line 29

Class

ConfigFilterStorageFactoryTest
Storage factory test.

Namespace

Drupal\Tests\config_filter\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'system',
  ]);
}