You are here

protected function UninstalledProfileModulesTest::getTarball in Configuration installer 8

Gets the tarball for testing.

Overrides ConfigInstallerTestBase::getTarball

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

File

tests/src/Functional/UninstalledProfileModulesTest.php, line 27

Class

UninstalledProfileModulesTest
Tests config installer when module dependencies of a profile are uninstalled.

Namespace

Drupal\Tests\config_installer\Functional

Code

protected function getTarball() {

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