QuickEditImageControllerTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php \Drupal\Tests\image\Functional\QuickEditImageControllerTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/quickedit/tests/src/Functional/QuickEditImageControllerTest.php, line 26

Class

QuickEditImageControllerTest
Tests the endpoints used by the "image" in-place editor.

Namespace

Drupal\Tests\quickedit\Functional

Code

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

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