You are here

protected property TaxonomyVocabularyTest::$fixtures in Commerce Migrate 8.2

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

The relative path to each test fixture needed for the test.

Type: string|array

Overrides CsvTestBase::$fixtures

File

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

Class

TaxonomyVocabularyTest
Tests migration of vocabularies.

Namespace

Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate

Code

protected $fixtures = __DIR__ . '/../../../fixtures/csv/shopify-products_export_test.csv';