function InstallerDatabaseErrorMessagesTest::testSetUpSettingsErrorMessage
Verifies that the error message in the settings step is correct.
File
- 
              core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerDatabaseErrorMessagesTest.php, line 53  
Class
- InstallerDatabaseErrorMessagesTest
 - Tests the installer with database errors.
 
Namespace
Drupal\FunctionalTests\InstallerCode
public function testSetUpSettingsErrorMessage() : void {
  $this->assertSession()
    ->responseContains('<ul><li>Failed to <strong>CREATE</strong> a test table');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.