Skip to content

Commit

Permalink
update tests to pass with ICU56
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Dec 6, 2015
1 parent e47e1a0 commit 8cc2424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/I18n/DateTest.php
Expand Up @@ -88,6 +88,7 @@ public function testI18nFormat($class)

$class::$defaultLocale = 'fr-FR';
$result = $time->i18nFormat(\IntlDateFormatter::FULL);
$result = str_replace(' à', '', $result);
$expected = 'jeudi 14 janvier 2010 00:00:00 UTC';
$this->assertEquals($expected, $result);

Expand Down

0 comments on commit 8cc2424

Please sign in to comment.