You are here

public static property CKEditorLoadingTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

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

Class

CKEditorLoadingTest
Tests loading of CKEditor.

Namespace

Drupal\ckeditor\Tests

Code

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