You are here

protected function MigrateUpgradeEckTest::getSourceBasePath in Entity Construction Kit (ECK) 8

Gets the source base path for the concrete test.

Return value

string The source base path.

Overrides MigrateUpgradeTestBase::getSourceBasePath

1 call to MigrateUpgradeEckTest::getSourceBasePath()
MigrateUpgradeEckTest::getCredentials in tests/src/Functional/MigrateUpgradeEckTest.php
Creates an array of credentials for the Credential form.

File

tests/src/Functional/MigrateUpgradeEckTest.php, line 192

Class

MigrateUpgradeEckTest
Tests ECK upgrade using the migrate UI.

Namespace

Drupal\Tests\eck\Functional

Code

protected function getSourceBasePath() {
  return __DIR__ . '/files';
}