CKEditorToolbarButtonTest::$modules

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

Modules to enable for this test.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

CKEditorToolbarButtonTest
Tests CKEditor toolbar buttons when the language direction is RTL.

Namespace

Drupal\Tests\ckeditor\Functional

Code

public static $modules = [
    'filter',
    'editor',
    'ckeditor',
    'locale',
];

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