Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ protected function prepareEnvironment() { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'bartik', 'theme' => 'olivero', ], ], ]; Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ protected function prepareEnvironment() { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', 'finish_url' => '/root-user', ], ], Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ protected function prepareEnvironment() { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', ], ], ]; Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ protected function prepareEnvironment() { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', ], ], ]; Loading core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public function testInstaller() { protected function setUpLanguage() { // Test that \Drupal\Core\Render\BareHtmlPageRenderer adds assets and // metatags as expected to the first page of the installer. $this->assertSession()->responseContains("core/themes/claro/css/components/button.css"); $this->assertSession()->responseContains("css/components/button.css"); $this->assertSession()->responseContains('<meta charset="utf-8" />'); // Assert that the expected title is present. Loading Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ protected function prepareEnvironment() { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'bartik', 'theme' => 'olivero', ], ], ]; Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ protected function prepareEnvironment() { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', 'finish_url' => '/root-user', ], ], Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ protected function prepareEnvironment() { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', ], ], ]; Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ protected function prepareEnvironment() { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'bartik', 'theme' => 'claro', ], ], ]; Loading
core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public function testInstaller() { protected function setUpLanguage() { // Test that \Drupal\Core\Render\BareHtmlPageRenderer adds assets and // metatags as expected to the first page of the installer. $this->assertSession()->responseContains("core/themes/claro/css/components/button.css"); $this->assertSession()->responseContains("css/components/button.css"); $this->assertSession()->responseContains('<meta charset="utf-8" />'); // Assert that the expected title is present. Loading