Skip to content

Commit

Permalink
Add test cases for UT dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Jul 20, 2018
1 parent aac1da5 commit 368bae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ public function provideDateCases(): array
['2006-01-04T21:47:28+0000', 'WED 04, JAN 2006 21:47:28'],
['2018-01-04T06:44:23+0400', 'Thur, 04 Jan 2018 06:44:23 +0400'],
['2007-04-06T12:37:39+0000', 'Fri Apr 06 12:37:39 2007'],
['2008-02-12T06:35:05+0000', '12 Feb 2008 06:35:05 UT +0000'],
['2010-07-09T21:40:33+0000', 'Fri, 9 Jul 2010 21:40:33 UT'],
];
}

Expand Down

0 comments on commit 368bae1

Please sign in to comment.