From b659191a7d3d7c15bb422cd67c519786a2ad89d1 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Tue, 10 Nov 2015 15:28:07 +0100 Subject: [PATCH] hotline #30006 fix tests failures --- .../modules/opac/controllers/ProfilOptionsControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php index ed3a49018af..bf399beb333 100644 --- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php +++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php @@ -1834,8 +1834,8 @@ class ProfilOptionsControllerProfilBoiteCalendarWithCalendarDisplayedWithModeSim /** @test **/ - public function boiteCalendarLiShouldContainsCalendarEventInfoWithPortail() { - $this->assertXPathContentContains('//li/a[@class="calendar_event_info"]', 'Portail',$this->_response->getBody()); + public function boiteCalendarLiShouldContainsCalendarEventInfoWithLibrary() { + $this->assertXPathContentContains('//li/a[@class="calendar_event_info"]', 'Library'); } } -- GitLab