You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/CommerceMigrationProvidersExistTest.php \Drupal\Tests\commerce_migrate\Kernel\CommerceMigrationProvidersExistTest::modules
  2. 3.0.x tests/src/Kernel/CommerceMigrationProvidersExistTest.php \Drupal\Tests\commerce_migrate\Kernel\CommerceMigrationProvidersExistTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/CommerceMigrationProvidersExistTest.php, line 22

Class

CommerceMigrationProvidersExistTest
Tests that modules exist for all source and destination plugins.

Namespace

Drupal\Tests\commerce_migrate\Kernel

Code

protected static $modules = [
  'commerce_store',
  'commerce_migrate',
  'commerce_migrate_commerce',
  'commerce_migrate_ubercart',
];