ConfigurablePluginTest::$modules
Type: modules
Overrides KernelTestBase::$modules
File
- 
              core/modules/ ckeditor5/ tests/ src/ Kernel/ ConfigurablePluginTest.php, line 19 
Class
- ConfigurablePluginTest
- Tests configurable plugins.
Namespace
Drupal\Tests\ckeditor5\KernelCode
protected static $modules = [
  'ckeditor5',
  // 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.
