You are here

public static property ProfileTypeTest::$modules in Commerce Migrate 8.2

Same name in this branch
  1. 8.2 modules/magento/tests/src/Kernel/Migrate/magento2/ProfileTypeTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProfileTypeTest::modules
  2. 8.2 modules/commerce/tests/src/Kernel/Migrate/commerce1/ProfileTypeTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Migrate\commerce1\ProfileTypeTest::modules
  3. 8.2 modules/commerce/tests/src/Kernel/Plugin/migrate/source/commerce1/ProfileTypeTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Plugin\migrate\source\commerce1\ProfileTypeTest::modules
Same name and namespace in other branches
  1. 3.1.x modules/magento/tests/src/Kernel/Migrate/magento2/ProfileTypeTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProfileTypeTest::modules
  2. 3.0.x modules/magento/tests/src/Kernel/Migrate/magento2/ProfileTypeTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProfileTypeTest::modules

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

modules/magento/tests/src/Kernel/Migrate/magento2/ProfileTypeTest.php, line 26

Class

ProfileTypeTest
Tests profile type migration.

Namespace

Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2

Code

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