protected property CsvTestBase::$csvPath in Commerce Migrate 3.0.x
Same name and namespace in other branches
- 8.2 tests/src/Kernel/CsvTestBase.php \Drupal\Tests\commerce_migrate\Kernel\CsvTestBase::csvPath
- 3.1.x tests/src/Kernel/CsvTestBase.php \Drupal\Tests\commerce_migrate\Kernel\CsvTestBase::csvPath
Basename of the directory used in the migration 'path:' configuration.
The basename must be the same for all migrations in a test.
Type: string
File
- tests/
src/ Kernel/ CsvTestBase.php, line 43
Class
- CsvTestBase
- Test base for migrations tests with CSV source file.
Namespace
Drupal\Tests\commerce_migrate\KernelCode
protected $csvPath = 'public://import';