protected property AttributeValueTest::$fixtures in Commerce Migrate 3.0.x
Same name and namespace in other branches
- 8.2 modules/csv_example/tests/src/Kernel/Migrate/AttributeValueTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\AttributeValueTest::fixtures
- 3.1.x modules/csv_example/tests/src/Kernel/Migrate/AttributeValueTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\AttributeValueTest::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/ AttributeValueTest.php, line 46
Class
- AttributeValueTest
- Tests product attribute value migration.
Namespace
Drupal\Tests\commerce_migrate_csv_example\Kernel\MigrateCode
protected $fixtures = [
__DIR__ . '/../../../fixtures/csv/example-products.csv',
];