abstract public function WebformMigrateTestBase::getFilesystemFixturePath in Webform: Migrate 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/Migrate/d7/WebformMigrateTestBase.php \Drupal\Tests\webform_migrate\Kernel\Migrate\d7\WebformMigrateTestBase::getFilesystemFixturePath()
Returns the absolute path to the file system fixture directory.
Return value
string The absolute path to the file system fixture directory.
1 call to WebformMigrateTestBase::getFilesystemFixturePath()
- WebformMigrateTestBase::executeWebformMigrations in tests/
src/ Kernel/ Migrate/ d7/ WebformMigrateTestBase.php - Executes migrations of the media source database.
1 method overrides WebformMigrateTestBase::getFilesystemFixturePath()
- WebformMigrateTest::getFilesystemFixturePath in tests/
src/ Kernel/ Migrate/ d7/ WebformMigrateTest.php - Returns the absolute path to the file system fixture directory.
File
- tests/
src/ Kernel/ Migrate/ d7/ WebformMigrateTestBase.php, line 27
Class
- WebformMigrateTestBase
- Base class for Webform migration kernel tests.
Namespace
Drupal\Tests\webform_migrate\Kernel\Migrate\d7Code
public abstract function getFilesystemFixturePath();