Commit 800b3dbe by Qiang Xue

Fixed build break.

parent 80072394
......@@ -83,6 +83,6 @@ class FormatterTest extends TestCase
{
$time = time();
$this->assertSame(date('n/j/y', $time), $this->formatter->asDate($time));
$this->assertSame(date('M j, Y', $time), $this->formatter->asDate($time, 'long'));
$this->assertSame(date('F j, Y', $time), $this->formatter->asDate($time, 'long'));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment