You are here

protected function ConfigInstallerNoDependenciesProfileTest::setUpSyncForm in Configuration installer 8

Submit the config_installer_sync_configure_form.

Overrides ConfigInstallerTestBase::setUpSyncForm

See also

\Drupal\config_installer\Form\SyncConfigureForm

File

tests/src/Functional/ConfigInstallerNoDependenciesProfileTest.php, line 36

Class

ConfigInstallerNoDependenciesProfileTest
Tests the config installer profile with a profile with no dependencies.

Namespace

Drupal\Tests\config_installer\Functional

Code

protected function setUpSyncForm() {
  $this
    ->drupalPostForm(NULL, [
    'files[import_tarball]' => $this
      ->versionTarball('no_dependencies_profile.tar.gz'),
  ], 'Save and continue');
}