ConfigurablePluginTest::$modules

Same name in other branches
  1. 9 core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php \Drupal\Tests\ckeditor5\Kernel\ConfigurablePluginTest::modules
  2. 11.x core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php \Drupal\Tests\ckeditor5\Kernel\ConfigurablePluginTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php, line 21

Class

ConfigurablePluginTest
Tests configurable plugins.

Namespace

Drupal\Tests\ckeditor5\Kernel

Code

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.