protected function UninstalledProfileModulesTest::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/ UninstalledProfileModulesTest.php, line 19
Class
- UninstalledProfileModulesTest
- Tests config installer when module dependencies of a profile are uninstalled.
Namespace
Drupal\Tests\config_installer\FunctionalCode
protected function setUpSyncForm() {
// Upload the tarball.
$this
->drupalPostForm(NULL, [
'files[import_tarball]' => $this
->getTarball(),
], 'Save and continue');
}