You are here

protected static property CKEditorLoadingTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php, line 21

Class

CKEditorLoadingTest
Tests loading of CKEditor.

Namespace

Drupal\Tests\ckeditor\Functional

Code

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