You are here

protected static property EditorUploadImageScaleTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php, line 24

Class

EditorUploadImageScaleTest
Tests scaling of inline images.

Namespace

Drupal\Tests\editor\Functional

Code

protected static $modules = [
  'editor',
  'editor_test',
];