You are here

public static property CKEditorTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php, line 23

Class

CKEditorTest
Tests for the 'CKEditor' text editor plugin.

Namespace

Drupal\Tests\ckeditor\Kernel

Code

public static $modules = [
  'system',
  'user',
  'filter',
  'editor',
  'ckeditor',
  'filter_test',
];