QuickEditImageControllerTest::$modules

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

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php, line 25

Class

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

Namespace

Drupal\Tests\image\Functional

Code

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

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