You are here

protected static property ImageTest::$modules in Commerce Migrate 3.1.x

Same name in this branch
  1. 3.1.x modules/csv_example/tests/src/Kernel/Migrate/ImageTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ImageTest::modules
  2. 3.1.x modules/magento/tests/src/Kernel/Migrate/magento2/ImageTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ImageTest::modules
Same name and namespace in other branches
  1. 8.2 modules/csv_example/tests/src/Kernel/Migrate/ImageTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ImageTest::modules
  2. 3.0.x modules/csv_example/tests/src/Kernel/Migrate/ImageTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ImageTest::modules

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

modules/csv_example/tests/src/Kernel/Migrate/ImageTest.php, line 23

Class

ImageTest
Tests Product migration.

Namespace

Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate

Code

protected static $modules = [
  'action',
  'address',
  'commerce',
  'commerce_migrate_csv_example',
  'commerce_price',
  'commerce_store',
  'entity',
  'field',
  'file',
  'inline_entity_form',
  'options',
  'system',
  'text',
  'user',
  'views',
];