Skip to content

Commit

Permalink
Lets see if es-ES is more suitable for use in travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 18, 2015
1 parent cd73d07 commit 3f4a0d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/TestCase/I18n/DateTest.php
Expand Up @@ -78,9 +78,8 @@ public function testI18nFormat()
$expected = 'jeudi 14 janvier 2010 00:00:00 UTC';
$this->assertEquals($expected, $result);

$result = $time->i18nFormat(\IntlDateFormatter::FULL, null, 'de-DE');
$expected = 'Donnerstag, 14. Januar 2010 um 00:00:00 GMT';
$this->assertEquals($expected, $result, 'Default locale should not be used');
$result = $time->i18nFormat(\IntlDateFormatter::FULL, null, 'es-ES');
$this->assertContains('14 de enero de 2010', $result, 'Default locale should not be used');
}

/**
Expand Down

0 comments on commit 3f4a0d8

Please sign in to comment.