protected function InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball()
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigSyncDirectoryProfileHookInstall::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.
Overrides InstallerExistingConfigTestBase::getConfigTarball
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryProfileHookInstall.php, line 75
Class
- InstallerExistingConfigSyncDirectoryProfileHookInstall
- Verifies that profiles with hook_install() can't be installed from config.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function getConfigTarball() {
return __DIR__ . '/../../../fixtures/config_install/multilingual.tar.gz';
}