From 5a20d720eb41eb2a628b9a402762d8c641b55770 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Thu, 9 Jul 2015 10:43:01 +0200
Subject: [PATCH] rel #27067 : forgotten parent::setUp()

---
 tests/library/Class/WebService/SIGB/KohaTest.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/library/Class/WebService/SIGB/KohaTest.php b/tests/library/Class/WebService/SIGB/KohaTest.php
index 30261e86284..7e584a34a1c 100644
--- a/tests/library/Class/WebService/SIGB/KohaTest.php
+++ b/tests/library/Class/WebService/SIGB/KohaTest.php
@@ -24,6 +24,7 @@ class KohaGetServiceTest extends ModelTestCase {
 	protected $_storm_default_to_volatile = true;
 
 	public function setUp() {
+		parent::setUp();
 		Class_WebService_SIGB_Koha::reset();
 		Class_AdminVar::newInstanceWithId('KOHA_MULTI_SITES', ['valeur' => '' ]);
 		$this->service = Class_WebService_SIGB_Koha::getService(['url_serveur' => 'http://cat-aficg55.biblibre.com/cgi-bin/koha/ilsdi.pl']);
@@ -76,6 +77,7 @@ abstract class KohaTestCase extends ModelTestCase {
 	protected $service;
 
 	public function setUp() {
+		parent::setUp();
 		Class_Profil::setCurrentProfil($this->fixture('Class_Profil',
 																									['id' => 1,
 																									 'libelle' => 'Actu']));
-- 
GitLab