protected function InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigTarball in Drupal 10
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/ InstallerExistingConfigSyncDirectoryProfileMismatchTest.php, line 30
Class
- InstallerExistingConfigSyncDirectoryProfileMismatchTest
- Verifies that installing from existing configuration works.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function getConfigTarball() {
return __DIR__ . '/../../../fixtures/config_install/multilingual.tar.gz';
}