You are here

protected static property TaxonomyVocabularyTest::$modules in Commerce Migrate 3.1.x

Same name in this branch
  1. 3.1.x modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::modules
  2. 3.1.x modules/magento/tests/src/Kernel/Migrate/magento2/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\TaxonomyVocabularyTest::modules
  3. 3.1.x modules/woocommerce/tests/src/Kernel/Migrate/woo3/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_woocommerce\Kernel\Migrate\woo3\TaxonomyVocabularyTest::modules
Same name and namespace in other branches
  1. 8.2 modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::modules
  2. 3.0.x modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::modules

Modules to enable.

Type: array

Overrides CsvTestBase::$modules

File

modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php, line 24

Class

TaxonomyVocabularyTest
Tests migration of vocabularies.

Namespace

Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate

Code

protected static $modules = [
  'taxonomy',
  'commerce_migrate_shopify',
  'text',
  'user',
];