function TestingProfileInstallTest::installParameters
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::installParameters()
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::installParameters()
- 10 core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::installParameters()
Overrides FunctionalTestSetupTrait::installParameters
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ TestingProfileInstallTest.php, line 36
Class
- TestingProfileInstallTest
- Tests installing the Testing profile with update notifications on.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function installParameters() {
$params = parent::installParameters();
$params['forms']['install_configure_form']['enable_update_status_module'] = TRUE;
return $params;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.