protected function TaxonomyTagTermTest::setUp in Commerce Migrate 8.2
Same name and namespace in other branches
- 3.1.x modules/woocommerce/tests/src/Kernel/Migrate/woo3/TaxonomyTagTermTest.php \Drupal\Tests\commerce_migrate_woocommerce\Kernel\Migrate\woo3\TaxonomyTagTermTest::setUp()
- 3.0.x modules/woocommerce/tests/src/Kernel/Migrate/woo3/TaxonomyTagTermTest.php \Drupal\Tests\commerce_migrate_woocommerce\Kernel\Migrate\woo3\TaxonomyTagTermTest::setUp()
Overrides CsvTestBase::setUp
File
- modules/
woocommerce/ tests/ src/ Kernel/ Migrate/ woo3/ TaxonomyTagTermTest.php, line 38
Class
- TaxonomyTagTermTest
- Tests migration of tag terms.
Namespace
Drupal\Tests\commerce_migrate_woocommerce\Kernel\Migrate\woo3Code
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('taxonomy_term');
$this
->executeMigrations([
'woo3_taxonomy_vocabulary',
'woo3_tag_term',
]);
}