function KernelTestBaseTest::testLocalTimeZone
Tests the assumption that local time is in 'Australia/Sydney'.
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBaseTest.php, line 274
Class
Namespace
Drupal\KernelTestsCode
public function testLocalTimeZone() : void {
// The 'Australia/Sydney' time zone is set in core/tests/bootstrap.php.
$this->assertEquals('Australia/Sydney', date_default_timezone_get());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.