public static property CKEditorTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php, line 23
Class
- CKEditorTest
- Tests for the 'CKEditor' text editor plugin.
Namespace
Drupal\Tests\ckeditor\KernelCode
public static $modules = [
'system',
'user',
'filter',
'editor',
'ckeditor',
'filter_test',
];