You are here

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

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

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

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

Class

UserTest
Tests user migration.

Namespace

Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2

Code

protected static $modules = [
  'commerce_migrate',
  'commerce_migrate_magento',
  'migrate_plus',
  'system',
  'user',
];