You are here

protected static property CKEditorPluginManagerTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest::modules
  2. 9 core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest::modules

Modules to enable.

Type: array

File

core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php, line 21

Class

CKEditorPluginManagerTest
Tests different ways of enabling CKEditor plugins.

Namespace

Drupal\Tests\ckeditor\Kernel

Code

protected static $modules = [
  'system',
  'user',
  'filter',
  'editor',
  'ckeditor',
];