CKEditor4to5UpgradeCompletenessTest::$modules
Type: modules
Overrides KernelTestBase::$modules
File
-
core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor4to5UpgradeCompletenessTest.php, line 66
Class
- CKEditor4to5UpgradeCompletenessTest
- @covers \Drupal\ckeditor5\Plugin\CKEditor4To5Upgrade\Core @group ckeditor5 @internal
Namespace
Drupal\Tests\ckeditor5\KernelCode
protected static $modules = [
'ckeditor',
'ckeditor5',
// Enabled because of ::testCKEditor5ConfigurableSubsetPlugins().
'filter',
// Enabled because of \Drupal\media\Plugin\CKEditorPlugin\DrupalMedia.
'media',
// Enabled because of \Drupal\media_library\Plugin\CKEditorPlugin\DrupalMediaLibrary.
'media_library',
// Enabled for media_library.
'views',
// These modules must be installed for ckeditor5_config_schema_info_alter()
// to work, which in turn is necessary for the plugin definition validation
// logic.
// @see \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateDrupalAspects()
'filter',
'editor',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.