You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php \Drupal\Tests\imageapi_optimize\Kernel\Migrate\d6\MigrateImageCacheTest::modules
  2. 4.x tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php \Drupal\Tests\imageapi_optimize\Kernel\Migrate\d6\MigrateImageCacheTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php, line 17

Class

MigrateImageCacheTest
Tests migration of ImageCache presets to image styles.

Namespace

Drupal\Tests\imageapi_optimize\Kernel\Migrate\d6

Code

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