You are here

abstract public function WebformMigrateTestBase::getDatabaseFixtureFilePath in Webform: Migrate 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Migrate/d7/WebformMigrateTestBase.php \Drupal\Tests\webform_migrate\Kernel\Migrate\d7\WebformMigrateTestBase::getDatabaseFixtureFilePath()

Returns the drupal-relative path to the database fixture file.

Return value

string The path to the database file.

1 call to WebformMigrateTestBase::getDatabaseFixtureFilePath()
WebformMigrateTestBase::setUp in tests/src/Kernel/Migrate/d7/WebformMigrateTestBase.php
1 method overrides WebformMigrateTestBase::getDatabaseFixtureFilePath()
WebformMigrateTest::getDatabaseFixtureFilePath in tests/src/Kernel/Migrate/d7/WebformMigrateTest.php
Returns the drupal-relative path to the database fixture file.

File

tests/src/Kernel/Migrate/d7/WebformMigrateTestBase.php, line 19

Class

WebformMigrateTestBase
Base class for Webform migration kernel tests.

Namespace

Drupal\Tests\webform_migrate\Kernel\Migrate\d7

Code

public abstract function getDatabaseFixtureFilePath();