You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/ckeditor/src/Tests/CKEditorTest.php, line 26
Contains \Drupal\ckeditor\Tests\CKEditorTest.

Class

CKEditorTest
Tests for the 'CKEditor' text editor plugin.

Namespace

Drupal\ckeditor\Tests

Code

public static $modules = array(
  'system',
  'user',
  'filter',
  'editor',
  'ckeditor',
  'filter_test',
);