You are here

protected function ConfigInstallerEnSecondTest::getTarball in Configuration installer 8

Gets the tarball for testing.

Overrides ConfigInstallerTestBase::getTarball

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

File

tests/src/Functional/ConfigInstallerEnSecondTest.php, line 72

Class

ConfigInstallerEnSecondTest
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('english-second.tar.gz');
}