You are here

public static property ImageUpdateTest::$modules in Image Optimize (or ImageAPI Optimize) 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/Update/ImageUpdateTest.php \Drupal\Tests\imageapi_optimize\Functional\Update\ImageUpdateTest::modules

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/Update/ImageUpdateTest.php, line 17

Class

ImageUpdateTest
Tests Image update path.

Namespace

Drupal\Tests\imageapi_optimize\Functional\Update

Code

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