You are here

protected static property CKEditorToolbarButtonTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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