We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4efc9 commit b79a421Copy full SHA for b79a421
1 file changed
tests/system/I18n/TimeTest.php
@@ -556,11 +556,11 @@ public function testToDateString()
556
* shows a numeric version of the month instead of the textual version.
557
* Not sure what the fix is just yet....
558
*/
559
- public function testToFormattedDateString()
560
- {
+// public function testToFormattedDateString()
+// {
561
// $time = Time::parse('February 10, 2017', 'America/Chicago');
562
// $this->assertEquals('Feb 10, 2017', $time->toFormattedDateString());
563
- }
+// }
564
565
public function testToTimeString()
566
{
0 commit comments