From 257bad6126ebe4eec7927b12343f162d8832a695 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Thu, 26 Apr 2018 16:14:10 +0200 Subject: [PATCH] dev #59224 fix failure --- tests/library/Class/WebService/SIGB/KohaRestfulTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/Class/WebService/SIGB/KohaRestfulTest.php b/tests/library/Class/WebService/SIGB/KohaRestfulTest.php index 0450cd1bb55..93c4a3a81bd 100644 --- a/tests/library/Class/WebService/SIGB/KohaRestfulTest.php +++ b/tests/library/Class/WebService/SIGB/KohaRestfulTest.php @@ -437,7 +437,7 @@ class KohaRestfulChangePasswordTest extends KohaRestfulTestCase { public function setUp() { parent::setUp(); - $borrower = new Class_WebService_SIGB_Emprunteur('1', 'harlock'); + $borrower = new Class_WebService_SIGB_Emprunteur('harlock', 'harlock'); $borrower->setService($this->service); $user = $this->fixture('Class_Users', -- GitLab