Loading core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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' => [ Loading Loading
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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' => [ Loading