You are here

protected static property CKEditorTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php, line 22

Class

CKEditorTest
Tests for the 'CKEditor' text editor plugin.

Namespace

Drupal\Tests\ckeditor\Kernel

Code

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