You are here

public static property EditorManagerTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/editor/tests/src/Kernel/EditorManagerTest.php \Drupal\Tests\editor\Kernel\EditorManagerTest::modules
  2. 10 core/modules/editor/tests/src/Kernel/EditorManagerTest.php \Drupal\Tests\editor\Kernel\EditorManagerTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/editor/tests/src/Kernel/EditorManagerTest.php, line 21

Class

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

Namespace

Drupal\Tests\editor\Kernel

Code

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