You are here

public static property QuickEditImageControllerTest::$modules in Image Optimize (or ImageAPI Optimize) 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/QuickEditImageControllerTest.php \Drupal\Tests\imageapi_optimize\Functional\QuickEditImageControllerTest::modules
  2. 4.x tests/src/Functional/QuickEditImageControllerTest.php \Drupal\Tests\imageapi_optimize\Functional\QuickEditImageControllerTest::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 QuickEditImageControllerTest::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/QuickEditImageControllerTest.php, line 17

Class

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

Namespace

Drupal\Tests\imageapi_optimize\Functional

Code

public static $modules = [
  'imageapi_optimize',
];