function InstallerExistingConfigTestBase::getConfigTarball
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTestBase::getConfigTarball()
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTestBase::getConfigTarball()
- 10 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 call to InstallerExistingConfigTestBase::getConfigTarball()
- InstallerExistingConfigTestBase::prepareEnvironment in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php - Prepares the current environment for running the test.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php, line 130
Class
- InstallerExistingConfigTestBase
- Provides a base class for testing installing from existing configuration.
Namespace
Drupal\FunctionalTests\InstallerCode
protected abstract function getConfigTarball();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.