CKEditorTest::$modules

Same name in other branches
  1. 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\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.