You are here

protected function InstallerExistingConfigSyncDriectoryProfileMismatchTest::getConfigTarball in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigSyncDriectoryProfileMismatchTest::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/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php, line 30

Class

InstallerExistingConfigSyncDriectoryProfileMismatchTest
Verifies that installing from existing configuration works.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function getConfigTarball() {
  return __DIR__ . '/../../../fixtures/config_install/multilingual.tar.gz';
}