You are here

protected property CommerceMigrationProvidersExistTest::$invalidDestinations in Commerce Migrate 3.0.x

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

Invalid migration destinations.

Type: array

File

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

Class

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

Namespace

Drupal\Tests\commerce_migrate\Kernel

Code

protected $invalidDestinations = [
  'migrate',
  'migrate_drupal',
  'migrate_drupal_ui',
  'commerce_migrate',
  'commerce_migrate_commerce',
  'commerce_migrate_ubercart',
];