function MigrateUpgradeTestBase::getSourceBasePath
Gets the source base path for the concrete test.
Return value
string The source base path.
1 call to MigrateUpgradeTestBase::getSourceBasePath()
- MigrateUpgradeTestBase::getCredentials in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php  - Creates an array of credentials for the Credential form.
 
23 methods override MigrateUpgradeTestBase::getSourceBasePath()
- CredentialFormTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ CredentialFormTest.php  - Gets the source base path for the concrete test.
 - DoubleSlashTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ DoubleSlashTest.php  - Gets the source base path for the concrete test.
 - FilePathTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ FilePathTest.php  - Gets the source base path for the concrete test.
 - IdConflictTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ IdConflictTest.php  - Gets the source base path for the concrete test.
 - IdConflictTest::getSourceBasePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php  - Gets the source base path for the concrete test.
 
File
- 
              core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php, line 135  
Class
- MigrateUpgradeTestBase
 - Provides a base class for testing migration upgrades in the UI.
 
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
abstract protected function getSourceBasePath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.