You are here

protected function ConfigInstallerNestedDependenciesProfileTest::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/ConfigInstallerNestedDependenciesProfileTest.php, line 47

Class

ConfigInstallerNestedDependenciesProfileTest
Tests the config installer profile with a profile with nested dependencies.

Namespace

Drupal\Tests\config_installer\Functional

Code

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