From 1f9c205659e33639f99c545415f504e85aaa698a Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Tue, 3 Jan 2017 11:44:51 +0100 Subject: [PATCH] rel #50182 : try to fixture koha service --- tests/library/ZendAfi/View/Helper/Status/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/library/ZendAfi/View/Helper/Status/TestCase.php b/tests/library/ZendAfi/View/Helper/Status/TestCase.php index 1912afaa398..ed821380bb6 100644 --- a/tests/library/ZendAfi/View/Helper/Status/TestCase.php +++ b/tests/library/ZendAfi/View/Helper/Status/TestCase.php @@ -111,6 +111,7 @@ abstract class ZendAfi_View_Helper_Status_TestCase extends ViewHelperTestCase { protected function _setupILS() { + Class_WebService_SIGB_Koha::reset(); $this->fixture('Class_IntBib', ['id' => 5, 'comm_params' => ['url_serveur' => 'http://localhost/koha'], -- GitLab