Commit a223aa1c authored by catch's avatar catch
Browse files

Issue #3281444 by ravi.shankar, _shY, nod_, Vighneshh, deviantintegral,...

Issue #3281444 by ravi.shankar, _shY, nod_, Vighneshh, deviantintegral, lauriii: Update Installer tests to not use Bartik and Seven
parent 2561a200
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ protected function prepareEnvironment() {
      'distribution' => [
        'name' => 'My Distribution',
        'install' => [
          'theme' => 'bartik',
          'theme' => 'olivero',
        ],
      ],
    ];
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ protected function prepareEnvironment() {
      'distribution' => [
        'name' => 'My Distribution',
        'install' => [
          'theme' => 'bartik',
          'theme' => 'claro',
          'finish_url' => '/root-user',
        ],
      ],
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ protected function prepareEnvironment() {
        'name' => 'My Distribution',
        'langcode' => $this->langcode,
        'install' => [
          'theme' => 'bartik',
          'theme' => 'claro',
        ],
      ],
    ];
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ protected function prepareEnvironment() {
        'name' => 'My Distribution',
        'langcode' => $this->langcode,
        'install' => [
          'theme' => 'bartik',
          'theme' => 'claro',
        ],
      ],
    ];
+1 −1
Original line number Diff line number Diff line
@@ -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