You are here

protected property ProductTypeTest::$fixtures in Commerce Migrate 8.2

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

Filename of the test fixture.

Type: string

Overrides CsvTestBase::$fixtures

File

modules/shopify/tests/src/Kernel/Migrate/ProductTypeTest.php, line 25

Class

ProductTypeTest
Tests product type migration.

Namespace

Drupal\Tests\commerce_migrate_shopify\Kernel\Migrate

Code

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