protected static property CKEditorTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorTest::modules
- 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\KernelCode
protected static $modules = [
'system',
'user',
'filter',
'editor',
'ckeditor',
'filter_test',
];