function WildcardHtmlSupportTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php, line 39

Class

WildcardHtmlSupportTest
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig[[api-linebreak]] @group ckeditor5 @internal

Namespace

Drupal\Tests\ckeditor5\Kernel

Code

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.