summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Drupal/KernelTests/KernelTestBaseTest.php')
-rw-r--r--core/tests/Drupal/KernelTests/KernelTestBaseTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
index db658255c82..80d3d18007b 100644
--- a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
+++ b/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
@@ -250,7 +250,7 @@ class KernelTestBaseTest extends KernelTestBase {
* Tests the assumption that local time is in 'Australia/Sydney'.
*/
public function testLocalTimeZone(): void {
- // 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('Australia/Sydney', date_default_timezone_get());
}