Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Dec 8, 2015
1 parent 0cf1367 commit eabd378
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/TranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ public function testFormatTranslated()

$date = new Date(1367186296);
$this->assertSame('zon 28 apr 2013 21:58:16', $date->format('D j M Y H:i:s'));

Date::setLocale('ka');

$date = new Date(1367186296);
$this->assertSame('კვი 28 აპრ 2013 21:58:16', $date->format('D j M Y H:i:s'));
}

public function testFormatDeclensions()
Expand Down

0 comments on commit eabd378

Please sign in to comment.