You are here

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

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

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

modules/magento/tests/src/Kernel/Migrate/magento2/ProfileCustomerTest.php, line 28

Class

ProfileCustomerTest
Tests billing 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',
];