From 7aa80ddb69c86f352a6fddca954ce6fa8ebcb838 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Mon, 2 Sep 2013 10:21:53 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20affichage=20du=20mois=20en=20en-t?= =?UTF-8?q?=C3=AAte=20de=20calendrier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php b/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php index 0c42bb2a00f..d0b65eef874 100644 --- a/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php +++ b/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php @@ -164,7 +164,7 @@ class CalendarViewTodayWithEmptyPreferencesTest extends CalendarWithEmptyPrefere function shouldDisplayCurrentMonth() { $this->assertXPathContentContains($this->html, '//td[@class="calendar_title_month"]/a', - utf8_encode(strftime('%B %Y'))); + utf8_encode('août 2013')); } -- GitLab