summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php')
-rw-r--r--core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php b/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
index 54bb662e211..ed4a7f750ba 100644
--- a/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
+++ b/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
@@ -491,7 +491,7 @@ class BrowserTestBaseTest extends BrowserTestBase {
*/
public function testLocalTimeZone(): void {
$expected = 'Australia/Sydney';
- // The 'Australia/Sydney' time zone is set in core/tests/bootstrap.php
+ // The 'Australia/Sydney' time zone is set in core/tests/bootstrap.php.
$this->assertEquals($expected, date_default_timezone_get());
// The 'Australia/Sydney' time zone is also set in