Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Installer / DistributionProfileTest.php
index e52b0469bbf49848819d3fa5596931cbdc541892..3d2c4c44ab6fe7d37d3f0b23cec659a842d8787a 100644 (file)
@@ -46,6 +46,8 @@ class DistributionProfileTest extends InstallerTestBase {
   protected function setUpLanguage() {
     // Verify that the distribution name appears.
     $this->assertRaw($this->info['distribution']['name']);
+    // Verify that the distribution name is used in the site title.
+    $this->assertTitle('Choose language | ' . $this->info['distribution']['name']);
     // Verify that the requested theme is used.
     $this->assertRaw($this->info['distribution']['install']['theme']);
     // Verify that the "Choose profile" step does not appear.