You are here

protected property CommerceMigrationProvidersExistTest::$tags 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::tags
  2. 3.0.x tests/src/Kernel/CommerceMigrationProvidersExistTest.php \Drupal\Tests\commerce_migrate\Kernel\CommerceMigrationProvidersExistTest::tags

Migration plugin tags to create instances for.

Type: array

File

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

Class

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

Namespace

Drupal\Tests\commerce_migrate\Kernel

Code

protected $tags = [
  'Ubercart',
  'Commerce',
];