You are here

protected static property QuickEditImageTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditImageTest.php \Drupal\Tests\quickedit\FunctionalJavascript\QuickEditImageTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides QuickEditJavascriptTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditImageTest.php, line 22

Class

QuickEditImageTest
@coversDefaultClass \Drupal\image\Plugin\InPlaceEditor\Image @group quickedit

Namespace

Drupal\Tests\quickedit\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'image',
  'field_ui',
  'hold_test',
];