protected function ConfigurablePluginTest::setUp in Drupal 10
File
- core/
modules/ ckeditor5/ tests/ src/ Kernel/ ConfigurablePluginTest.php, line 39
Class
- ConfigurablePluginTest
- Tests configurable plugins.
Namespace
Drupal\Tests\ckeditor5\KernelCode
protected function setUp() : void {
parent::setUp();
$this->manager = $this->container
->get('plugin.manager.ckeditor5.plugin');
}