public function TaxonomyVocabularyTest::testTaxonomyVocabulary in Commerce Migrate 8.2
Same name in this branch
- 8.2 modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::testTaxonomyVocabulary()
- 8.2 modules/magento/tests/src/Kernel/Migrate/magento2/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\TaxonomyVocabularyTest::testTaxonomyVocabulary()
- 8.2 modules/woocommerce/tests/src/Kernel/Migrate/woo3/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_woocommerce\Kernel\Migrate\woo3\TaxonomyVocabularyTest::testTaxonomyVocabulary()
Same name and namespace in other branches
- 3.1.x modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::testTaxonomyVocabulary()
- 3.0.x modules/shopify/tests/src/Kernel/Migrate/TaxonomyVocabularyTest.php \Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate\TaxonomyVocabularyTest::testTaxonomyVocabulary()
Tests Shopify vocabulary migration.
File
- modules/
shopify/ tests/ src/ Kernel/ Migrate/ TaxonomyVocabularyTest.php, line 48
Class
- TaxonomyVocabularyTest
- Tests migration of vocabularies.
Namespace
Drupal\Tests\commerce_migrate_shopify\Kernel\MigrateCode
public function testTaxonomyVocabulary() {
$this
->assertVocabularyEntity('tags', 'Tags', 'Tags', VocabularyInterface::HIERARCHY_DISABLED, 0);
}