protected function InstallerTestBase::setUpSettings in SimpleTest 8.3
Installer step: Configure settings.
1 call to InstallerTestBase::setUpSettings()
- InstallerTestBase::setUp in src/
InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
File
- src/
InstallerTestBase.php, line 208
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\simpletestCode
protected function setUpSettings() {
$edit = $this
->translatePostValues($this->parameters['forms']['install_settings_form']);
$this
->drupalPostForm(NULL, $edit, $this->translations['Save and continue']);
}