You are here

protected property CsvTestBase::$csvPath in Commerce Migrate 8.2

Same name and namespace in other branches
  1. 3.1.x tests/src/Kernel/CsvTestBase.php \Drupal\Tests\commerce_migrate\Kernel\CsvTestBase::csvPath
  2. 3.0.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\Kernel

Code

protected $csvPath = 'public://import';