You are here

protected property CommerceMigrationLabelExistTest::$tags in Commerce Migrate 3.1.x

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

Migration plugin tags to create instances for.

Type: array

File

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

Class

CommerceMigrationLabelExistTest
Tests that labels exist for all migrations.

Namespace

Drupal\Tests\commerce_migrate\Kernel

Code

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