You are here

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

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

Modules to enable.

Type: array

File

core/modules/editor/src/Tests/EditorLoadingTest.php, line 27
Contains \Drupal\editor\Tests\EditorLoadingTest.

Class

EditorLoadingTest
Tests loading of text editors.

Namespace

Drupal\editor\Tests

Code

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