You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php, line 24
Contains \Drupal\ckeditor\Tests\CKEditorPluginManagerTest.

Class

CKEditorPluginManagerTest
Tests different ways of enabling CKEditor plugins.

Namespace

Drupal\ckeditor\Tests

Code

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