You are here

protected static property WatermarkUpdateTest::$modules in Image Effects 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

src/Tests/Update/WatermarkUpdateTest.php, line 19

Class

WatermarkUpdateTest
Tests the upgrade path for 'watermark' effect.

Namespace

Drupal\image_effects\Tests\Update

Code

protected static $modules = [
  'image_effects',
];