You are here

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

Same name in this branch
  1. 3.0.x modules/magento/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Plugin\migrate\DestinationCategoryTest::modules
  2. 3.0.x modules/woocommerce/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_woocommerce\Kernel\Plugin\migrate\DestinationCategoryTest::modules
  3. 3.0.x modules/shopify/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Plugin\migrate\DestinationCategoryTest::modules
  4. 3.0.x modules/ubercart/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_ubercart\Kernel\Plugin\migrate\DestinationCategoryTest::modules
  5. 3.0.x modules/commerce/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Plugin\migrate\DestinationCategoryTest::modules
Same name and namespace in other branches
  1. 8.2 modules/commerce/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Plugin\migrate\DestinationCategoryTest::modules
  2. 3.1.x modules/commerce/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php \Drupal\Tests\commerce_migrate_commerce\Kernel\Plugin\migrate\DestinationCategoryTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

modules/commerce/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php, line 18

Class

DestinationCategoryTest
Tests that all migrations are tagged as either content or configuration.

Namespace

Drupal\Tests\commerce_migrate_commerce\Kernel\Plugin\migrate

Code

public static $modules = [
  'action',
  'address',
  'commerce',
  'commerce_log',
  'commerce_migrate',
  'commerce_migrate_commerce',
  'commerce_order',
  'commerce_payment',
  'commerce_price',
  'commerce_product',
  'commerce_shipping',
  'commerce_store',
  'commerce_tax',
  'datetime',
  'entity',
  'entity_reference_revisions',
  'filter',
  'image',
  'inline_entity_form',
  'link',
  'node',
  'options',
  'path',
  'path_alias',
  'profile',
  'physical',
  'state_machine',
  'taxonomy',
  'telephone',
  'text',
  'views',
];