You are here

protected function ConfigInstallerFrTarballTest::getTarball in Configuration installer 8

Gets the tarball for testing.

Overrides ConfigInstallerTestBase::getTarball

1 call to ConfigInstallerFrTarballTest::getTarball()
ConfigInstallerFrTarballTest::setUpSyncForm in tests/src/Functional/ConfigInstallerFrTarballTest.php
Submit the config_installer_sync_configure_form.

File

tests/src/Functional/ConfigInstallerFrTarballTest.php, line 69

Class

ConfigInstallerFrTarballTest
Tests the config installer profile by uploading a tarball.

Namespace

Drupal\Tests\config_installer\Functional

Code

protected function getTarball() {

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