You are here

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

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

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

Class

TextOverlayUpdateTest
Tests the upgrade path for 'Text overlay' effect.

Namespace

Drupal\image_effects\Tests\Update

Code

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