You are here

public static property CKEditorToolbarButtonTest::$modules in Zircon Profile 8.0

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

Modules to enable for this test.

Type: array

File

core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php, line 27
Contains \Drupal\ckeditor\Tests\CKEditorToolbarButtonTest.

Class

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

Namespace

Drupal\ckeditor\Tests

Code

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