protected property ProductTest::$fixtures in Commerce Migrate 8.2
Same name in this branch
- 8.2 modules/csv_example/tests/src/Kernel/Migrate/ProductTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ProductTest::fixtures
- 8.2 modules/magento/tests/src/Kernel/Migrate/magento2/ProductTest.php \Drupal\Tests\commerce_migrate_magento\Kernel\Migrate\magento2\ProductTest::fixtures
Same name and namespace in other branches
- 3.1.x modules/csv_example/tests/src/Kernel/Migrate/ProductTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ProductTest::fixtures
- 3.0.x modules/csv_example/tests/src/Kernel/Migrate/ProductTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\ProductTest::fixtures
The relative path to each test fixture needed for the test.
Type: string|array
Overrides CsvTestBase::$fixtures
File
- modules/
csv_example/ tests/ src/ Kernel/ Migrate/ ProductTest.php, line 56
Class
- ProductTest
- Tests Product migration.
Namespace
Drupal\Tests\commerce_migrate_csv_example\Kernel\MigrateCode
protected $fixtures = [
__DIR__ . '/../../../fixtures/csv/example-products.csv',
];