From 9f7b53f05875207e226e7d4136df5531c990606a Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 5 Feb 2021 19:26:13 +0000
Subject: [PATCH] Issue #3196433 by ayushmishra206, erricha, quietone: Link to
 php.net datetime formats documentation incorrect in FieldDateTest.php

---
 core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php b/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
index 636b400fc9ed..397286ff14aa 100644
--- a/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
+++ b/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
@@ -75,7 +75,7 @@ public function testFieldDate() {
         'table' => 'views_test_data',
         'field' => 'created',
         'relationship' => 'none',
-        // ISO 8601 format, see http://php.net/manual/function.date.php
+        // ISO 8601 format, see https://www.php.net/manual/datetime.format.php
         'custom_date_format' => 'c',
       ],
       'destroyed' => [
-- 
GitLab