EditorImageDialogTest::$modules

Same name in other branches
  1. 9 core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php \Drupal\Tests\editor\Kernel\EditorImageDialogTest::modules
  2. 8.9.x 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 34

Class

EditorImageDialogTest
Tests EditorImageDialog validation and conversion functionality.

Namespace

Drupal\Tests\editor\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.