You are here

protected static property EditorImageDialogTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php, line 31

Class

EditorImageDialogTest
Tests EditorImageDialog validation and conversion functionality.

Namespace

Drupal\Tests\editor\Kernel

Code

protected static $modules = [
  'node',
  'file',
  'editor',
  'editor_test',
  'user',
  'system',
];