function ConfigurablePluginTest::setUp
Overrides KernelTestBase::setUp
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');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
