];
} /**
* Tests the enabling of plugins.
*/
public function testEnabledPlugins() { $editor = Editor::
load('basic_html'
);
// Case 1: no extra CKEditor 5 plugins.
$definitions =
array_keys($this->manager->
getEnabledDefinitions($editor));
$default_plugins =
[ 'ckeditor5_autoformat',
'ckeditor5_bold',
'ckeditor5_emphasis',
'ckeditor5_essentials',
'ckeditor5_globalAttributeDir',
'ckeditor5_globalAttributeLang',
'ckeditor5_heading',
'ckeditor5_paragraph',
'ckeditor5_pasteFromOffice',
];