You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/editor/src/Tests/EditorManagerTest.php, line 24
Contains \Drupal\editor\Tests\EditorManagerTest.

Class

EditorManagerTest
Tests detection of text editors and correct generation of attachments.

Namespace

Drupal\editor\Tests

Code

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