Loading core/modules/system/tests/themes/test_installer_theme/test_installer_theme.info.yml +1 −1 Original line number Diff line number Diff line name: 'Custom installer theme' type: theme description: 'A custom installer theme to test that the installer can be themed.' base theme: claro base theme: default_admin version: VERSION core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ protected function prepareEnvironment(): void { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ protected function setUpLanguage(): void { // should be visible. $this->assertSession()->pageTextContains('Added by custom installer theme.'); // Verify the base theme CSS is loaded. $this->assertSession()->responseContains("claro/css/theme/install-page.css"); $this->assertSession()->responseContains("default_admin/css/theme/install-page.css"); // Verify that the "Choose profile" step does not appear. $this->assertSession()->pageTextNotContains('profile'); Loading @@ -81,7 +81,7 @@ protected function setUpSite(): void { // by now, and the install theme still renders this page, so the install // theme and its base theme must both keep their hook implementations. $this->assertSession()->pageTextContains('Added by custom installer theme on the last step.'); $this->assertSession()->responseContains("claro/css/theme/install-page.css"); $this->assertSession()->responseContains("default_admin/css/theme/install-page.css"); parent::setUpSite(); } Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ protected function prepareEnvironment(): void { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ protected function prepareEnvironment(): void { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading Loading
core/modules/system/tests/themes/test_installer_theme/test_installer_theme.info.yml +1 −1 Original line number Diff line number Diff line name: 'Custom installer theme' type: theme description: 'A custom installer theme to test that the installer can be themed.' base theme: claro base theme: default_admin version: VERSION
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ protected function prepareEnvironment(): void { 'distribution' => [ 'name' => 'My Distribution', 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ protected function setUpLanguage(): void { // should be visible. $this->assertSession()->pageTextContains('Added by custom installer theme.'); // Verify the base theme CSS is loaded. $this->assertSession()->responseContains("claro/css/theme/install-page.css"); $this->assertSession()->responseContains("default_admin/css/theme/install-page.css"); // Verify that the "Choose profile" step does not appear. $this->assertSession()->pageTextNotContains('profile'); Loading @@ -81,7 +81,7 @@ protected function setUpSite(): void { // by now, and the install theme still renders this page, so the install // theme and its base theme must both keep their hook implementations. $this->assertSession()->pageTextContains('Added by custom installer theme on the last step.'); $this->assertSession()->responseContains("claro/css/theme/install-page.css"); $this->assertSession()->responseContains("default_admin/css/theme/install-page.css"); parent::setUpSite(); } Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ protected function prepareEnvironment(): void { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ protected function prepareEnvironment(): void { 'name' => 'My Distribution', 'langcode' => $this->langcode, 'install' => [ 'theme' => 'claro', 'theme' => 'default_admin', ], ], ]; Loading