diff --git a/tests/library/Class/WebService/SIGB/KohaTest.php b/tests/library/Class/WebService/SIGB/KohaTest.php
index 30261e86284f59437b0693f656311109943dcc27..7e584a34a1c17e23e99d7e8dca345cfeae13144e 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']));