We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b210b commit 8e30ec4Copy full SHA for 8e30ec4
tests/Unit/ItemTest.php
@@ -1318,7 +1318,7 @@ public static function getDateDataProvider(): array
1318
,
1319
1168531200,
1320
],
1321
- 'Test RFC 2822/ RFC 5322 formatted date' => [
+ 'Test RFC 2822 formatted date' => [
1322
<<<XML
1323
<rss version="2.0">
1324
<channel>
@@ -1345,7 +1345,7 @@ public static function getDateDataProvider(): array
1345
'2007-01-11',
1346
'Y-m-d'
1347
1348
- 'Test localized RFC 2822/ RFC 5322 formatted date' => [
+ 'Invalid format: localized RFC 2822 formatted date' => [
1349
1350
1351
0 commit comments