function InstallerExistingConfigTestBase::getConfigTarball
Same name and namespace in other branches
- 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTestBase::getConfigTarball()
Gets the filepath to the configuration tarball.
The tarball will be extracted to the install profile's config/sync directory for testing.
Return value
string The filepath to the configuration tarball.
1 method overrides InstallerExistingConfigTestBase::getConfigTarball()
- InstallerExistingConfigNoSystemSiteTest::getConfigTarball in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigNoSystemSiteTest.php - Gets the filepath to the configuration tarball.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php, line 96
Class
- InstallerExistingConfigTestBase
- Provides a base class for testing installing from existing configuration.
Namespace
Drupal\FunctionalTests\InstallerCode
abstract protected function getConfigTarball();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.