function ConfigActionsTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/language/tests/src/Kernel/ConfigActionsTest.php, line 33

Class

ConfigActionsTest
Tests Config Actions.

Namespace

Drupal\Tests\language\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installConfig('language');
  $this->configActionManager = $this->container
    ->get('plugin.manager.config_action');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.