From 7dd9a685d0cecc11e7b0dbfe0a0b02284d544ea7 Mon Sep 17 00:00:00 2001 From: efalcy <efalcy@afi-sa.fr> Date: Thu, 1 Oct 2015 09:59:41 +0200 Subject: [PATCH] dev#25588 compte utilisateur historique de prets provenant de koha fix test view helper --- .../modules/opac/controllers/AbonneControllerPretsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php b/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php index 52888bb6493..a9c106259f7 100644 --- a/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php +++ b/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php @@ -216,7 +216,7 @@ class AbonneControllerPretsListThreePretsTest extends AbonneControllerPretsListT /** @test */ public function tableShouldHaveClassTableSorter() { - $this->assertXPath('//table[@class="tablesorter"]'); + $this->assertXPath('//table[@class="tablesorter loans"]', $this->_response->getBody()); } -- GitLab