X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FInstaller%2FDistributionProfileTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FInstaller%2FDistributionProfileTest.php;h=3d2c4c44ab6fe7d37d3f0b23cec659a842d8787a;hp=e52b0469bbf49848819d3fa5596931cbdc541892;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php b/web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php index e52b0469b..3d2c4c44a 100644 --- a/web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php +++ b/web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php @@ -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.