abstract protected function ConfigInstallerTestBase::setUpSyncForm in Configuration installer 8
Submit the config_installer_sync_configure_form.
See also
\Drupal\config_installer\Form\SyncConfigureForm
1 call to ConfigInstallerTestBase::setUpSyncForm()
- ConfigInstallerTestBase::setUpSite in tests/
src/ Functional/ ConfigInstallerTestBase.php - Overrides method.
8 methods override ConfigInstallerTestBase::setUpSyncForm()
- ConfigInstallerEnSecondTest::setUpSyncForm in tests/
src/ Functional/ ConfigInstallerEnSecondTest.php - Submit the config_installer_sync_configure_form.
- ConfigInstallerFrDirectorySyncTest::setUpSyncForm in tests/
src/ Functional/ ConfigInstallerFrDirectorySyncTest.php - Submit the config_installer_sync_configure_form.
- ConfigInstallerFrTarballTest::setUpSyncForm in tests/
src/ Functional/ ConfigInstallerFrTarballTest.php - Submit the config_installer_sync_configure_form.
- ConfigInstallerNestedDependenciesProfileTest::setUpSyncForm in tests/
src/ Functional/ ConfigInstallerNestedDependenciesProfileTest.php - Submit the config_installer_sync_configure_form.
- ConfigInstallerNoDependenciesProfileTest::setUpSyncForm in tests/
src/ Functional/ ConfigInstallerNoDependenciesProfileTest.php - Submit the config_installer_sync_configure_form.
File
- tests/
src/ Functional/ ConfigInstallerTestBase.php, line 108
Class
- ConfigInstallerTestBase
- Provides functionality for testing the config_installer profile.
Namespace
Drupal\Tests\config_installer\FunctionalCode
protected abstract function setUpSyncForm();