You are here

protected property AttributeValueTest::$fixtures in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/csv_example/tests/src/Kernel/Migrate/AttributeValueTest.php \Drupal\Tests\commerce_migrate_csv_example\Kernel\Migrate\AttributeValueTest::fixtures
  2. 3.0.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\Migrate

Code

protected $fixtures = [
  __DIR__ . '/../../../fixtures/csv/example-products.csv',
];