X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FInstaller%2FInstallerTest.php;h=be51057ad80655e0f32a293d950111c05673c3fd;hp=01422a5cbbc7a255f6943233d63711aeb7bf1ada;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/src/Tests/Installer/InstallerTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTest.php index 01422a5cb..be51057ad 100644 --- a/web/core/modules/system/src/Tests/Installer/InstallerTest.php +++ b/web/core/modules/system/src/Tests/Installer/InstallerTest.php @@ -25,6 +25,10 @@ class InstallerTest extends InstallerTestBase { $this->assertRaw(t('Congratulations, you installed @drupal!', [ '@drupal' => drupal_install_profile_distribution_name(), ])); + + // Ensure that the timezone is correct for sites under test after installing + // interactively. + $this->assertEqual($this->config('system.date')->get('timezone.default'), 'Australia/Sydney'); } /**