protected function WildcardHtmlSupportTest::setUp in Drupal 10
File
- core/
modules/ ckeditor5/ tests/ src/ Kernel/ WildcardHtmlSupportTest.php, line 37
Class
- WildcardHtmlSupportTest
- @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig() @group ckeditor5 @internal
Namespace
Drupal\Tests\ckeditor5\KernelCode
protected function setUp() : void {
parent::setUp();
$this->manager = $this->container
->get('plugin.manager.ckeditor5.plugin');
}