Skip to content
Snippets Groups Projects
Commit 59c24144 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fixing typo

parent a707fd63
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class Test_Util extends UnitTestCase {
function testFormatDate() {
$result = OC_Util::formatDate(1350129205);
$expected = 'October 13, 2012 11:53';
$this->assertEquals($expected $result);
$this->assertEquals($expected, $result);
$result = OC_Util::formatDate(1102831200, true);
$expected = 'December 12, 2004';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment