protected function CsvTestBase::getFixtureFilePath in Commerce Migrate 3.1.x
Same name and namespace in other branches
- 8.2 tests/src/Kernel/CsvTestBase.php \Drupal\Tests\commerce_migrate\Kernel\CsvTestBase::getFixtureFilePath()
- 3.0.x tests/src/Kernel/CsvTestBase.php \Drupal\Tests\commerce_migrate\Kernel\CsvTestBase::getFixtureFilePath()
Gets the path to the fixture file.
1 call to CsvTestBase::getFixtureFilePath()
- CsvTestBase::setUp in tests/
src/ Kernel/ CsvTestBase.php
File
- tests/
src/ Kernel/ CsvTestBase.php, line 73
Class
- CsvTestBase
- Test base for migrations tests with CSV source file.
Namespace
Drupal\Tests\commerce_migrate\KernelCode
protected function getFixtureFilePath() {
return $this->fixtures;
}