CKEditorLoadingTest::$modules

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

CKEditorLoadingTest
Tests loading of CKEditor.

Namespace

Drupal\Tests\ckeditor\Functional

Code

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

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