function InstallerBrokenDatabaseCredentialsTest::setUpRequirementsProblem

Installer step: Requirements problem.

Override this method to test specific requirements warnings or errors during the installer.

Overrides InstallerTestBase::setUpRequirementsProblem

File

core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php, line 61

Class

InstallerBrokenDatabaseCredentialsTest
Tests the installer with incorrect connection info in settings.php.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpRequirementsProblem() : void {
  // We are testing an update requirements problem, so we need to override the
  // parent method.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.