You are here

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

Same name and namespace in other branches
  1. 3.0.x modules/commerce/tests/src/Kernel/Migrate/commerce1/ValidateMigrationStateTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1\ValidateMigrationStateTest::modules

Modules to enable.

Type: array

Overrides Commerce1TestBase::$modules

File

modules/commerce/tests/src/Kernel/Migrate/commerce1/ValidateMigrationStateTest.php, line 20

Class

ValidateMigrationStateTest
Tests the migration state information in commerce_migrate_ubercart.

Namespace

Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1

Code

protected static $modules = [
  'commerce_number_pattern',
  'commerce_order',
  'commerce_payment',
  'commerce_price',
  'commerce_product',
  'commerce_shipping',
  'commerce_store',
  'migrate_plus',
  'path',
  'physical',
];