function WildcardHtmlSupportTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php \Drupal\Tests\ckeditor5\Kernel\WildcardHtmlSupportTest::setUp()
  2. 10 core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php \Drupal\Tests\ckeditor5\Kernel\WildcardHtmlSupportTest::setUp()

Overrides KernelTestBase::setUp

File

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

Class

WildcardHtmlSupportTest
@covers <a href="/api/drupal/core%21modules%21ckeditor5%21src%21Plugin%21CKEditor5PluginManager.php/class/CKEditor5PluginManager/11.x" title="Provides a CKEditor 5 plugin manager." class="local">\Drupal\ckeditor5\Plugin\CKEditor5PluginManager</a>::getCKEditor5PluginConfig @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.