Skip to content

Commit b79a421

Browse files
committed
Removing risky test note
1 parent 0e4efc9 commit b79a421

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/I18n/TimeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,11 +556,11 @@ public function testToDateString()
556556
* shows a numeric version of the month instead of the textual version.
557557
* Not sure what the fix is just yet....
558558
*/
559-
public function testToFormattedDateString()
560-
{
559+
// public function testToFormattedDateString()
560+
// {
561561
// $time = Time::parse('February 10, 2017', 'America/Chicago');
562562
// $this->assertEquals('Feb 10, 2017', $time->toFormattedDateString());
563-
}
563+
// }
564564

565565
public function testToTimeString()
566566
{

0 commit comments

Comments
 (0)