You are here

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

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/CommerceMigrationLabelExistTest.php, line 20

Class

CommerceMigrationLabelExistTest
Tests that labels exist for all migrations.

Namespace

Drupal\Tests\commerce_migrate\Kernel

Code

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