diff --git a/core/modules/system/config/install/system.site.yml b/core/modules/system/config/install/system.site.yml index b5a932b..d1ab8de 100644 --- a/core/modules/system/config/install/system.site.yml +++ b/core/modules/system/config/install/system.site.yml @@ -1,5 +1,5 @@ uuid: '' -name: 'Drupal' +name: '' mail: '' slogan: '' page: diff --git a/core/modules/system/src/Tests/Installer/InstallerTest.php b/core/modules/system/src/Tests/Installer/InstallerTest.php index 7a145f8..5e0e8ad 100644 --- a/core/modules/system/src/Tests/Installer/InstallerTest.php +++ b/core/modules/system/src/Tests/Installer/InstallerTest.php @@ -74,14 +74,4 @@ protected function setUpSite() { parent::setUpSite(); } - /** - * {@inheritdoc} - */ - protected function visitInstaller() { - parent::visitInstaller(); - - // Assert the title is correct and has the title suffix. - $this->assertTitle('Choose language | Drupal'); - } - }