You are here

protected function ConfigInstallerTestBase::getTarball in Configuration installer 8

Gets the tarball for testing.

2 calls to ConfigInstallerTestBase::getTarball()
ConfigInstallerSyncTest::setUpSyncForm in tests/src/Functional/ConfigInstallerSyncTest.php
Submit the config_installer_sync_configure_form.
ConfigInstallerTarballTest::setUpSyncForm in tests/src/Functional/ConfigInstallerTarballTest.php
Submit the config_installer_sync_configure_form.
4 methods override ConfigInstallerTestBase::getTarball()
ConfigInstallerEnSecondTest::getTarball in tests/src/Functional/ConfigInstallerEnSecondTest.php
Gets the tarball for testing.
ConfigInstallerFrDirectorySyncTest::getTarball in tests/src/Functional/ConfigInstallerFrDirectorySyncTest.php
Gets the tarball for testing.
ConfigInstallerFrTarballTest::getTarball in tests/src/Functional/ConfigInstallerFrTarballTest.php
Gets the tarball for testing.
UninstalledProfileModulesTest::getTarball in tests/src/Functional/UninstalledProfileModulesTest.php
Gets the tarball for testing.

File

tests/src/Functional/ConfigInstallerTestBase.php, line 129

Class

ConfigInstallerTestBase
Provides functionality for testing the config_installer profile.

Namespace

Drupal\Tests\config_installer\Functional

Code

protected function getTarball() {

  // Exported configuration after a minimal profile install.
  return $this
    ->versionTarball('minimal.tar.gz');
}