You are here

abstract protected function InstallerExistingConfigTestBase::getConfigTarball in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigTestBase::getConfigTarball()
  2. 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.
8 methods override InstallerExistingConfigTestBase::getConfigTarball()
InstallerExistingConfigMultilingualTest::getConfigTarball in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php
Gets the filepath to the configuration tarball.
InstallerExistingConfigNoConfigTest::getConfigTarball in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
Gets the filepath to the configuration tarball.
InstallerExistingConfigNoSystemSiteTest::getConfigTarball in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php
Gets the filepath to the configuration tarball.
InstallerExistingConfigProfileHookInstall::getConfigTarball in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDirectoryMultilingualTest::getConfigTarball in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Gets the filepath to the configuration tarball.

... See full list

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php, line 83

Class

InstallerExistingConfigTestBase
Provides a base class for testing installing from existing configuration.

Namespace

Drupal\FunctionalTests\Installer

Code

protected abstract function getConfigTarball();