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