function ConfigActionsTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ node/ tests/ src/ Kernel/ ConfigActionsTest.php, line 37
Class
- ConfigActionsTest
- Tests Config Actions.
Namespace
Drupal\Tests\node\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('node');
$this->installConfig('node');
$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.