You are here

public static property ProfileShippingTest::$modules in Commerce Migrate 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/magento/tests/src/Kernel/Migrate/magento2/ProfileShippingTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProfileShippingTest::modules
  2. 3.1.x modules/magento/tests/src/Kernel/Migrate/magento2/ProfileShippingTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProfileShippingTest::modules

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

modules/magento/tests/src/Kernel/Migrate/magento2/ProfileShippingTest.php, line 29

Class

ProfileShippingTest
Tests shipping profile migration.

Namespace

Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2

Code

public static $modules = [
  'action',
  'address',
  'commerce',
  'commerce_migrate',
  'commerce_migrate_magento',
  'commerce_number_pattern',
  'commerce_order',
  'commerce_price',
  'commerce_shipping',
  'commerce_store',
  'entity',
  'entity_reference_revisions',
  'field',
  'inline_entity_form',
  'migrate_plus',
  'options',
  'path',
  'physical',
  'profile',
  'state_machine',
  'system',
  'telephone',
  'text',
  'user',
  'views',
];