Skip to content
Snippets Groups Projects
Unverified Commit dbd8305e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3196433 by ayushmishra206, erricha, quietone: Link to php.net datetime...

Issue #3196433 by ayushmishra206, erricha, quietone: Link to php.net datetime formats documentation incorrect in FieldDateTest.php

(cherry picked from commit 9f7b53f0)
parent 21af6a87
Branches
Tags
5 merge requests!1285Issue #3240655 by elfakhar Aligne the active border,!541Issue #3123070: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard,!463Resolve #3205025 "Class align center for media",!386Allow multiple vocabularies in the taxonomy filter,!308Issue #3118206: Remote media does not validate provider
......@@ -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' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment