diff --git a/tests/library/Class/WebService/SIGB/KohaRestfulTest.php b/tests/library/Class/WebService/SIGB/KohaRestfulTest.php
index 6179ca874d059a908c5bfbe3b007a84ab61f3694..d8daeab063a1d342bcdf5648f96829954a5ebe93 100644
--- a/tests/library/Class/WebService/SIGB/KohaRestfulTest.php
+++ b/tests/library/Class/WebService/SIGB/KohaRestfulTest.php
@@ -22,11 +22,15 @@
 
 abstract class KohaRestfulTestCase extends ModelTestCase {
 	const BASE_URL = 'http://cat-aficg55.biblibre.com/cgi-bin/koha/';
-	protected $_storm_default_to_volatile = true;
-	protected $mock_web_client;
-	protected $service;
+
+	protected
+		$_storm_default_to_volatile = true,
+		$mock_web_client,
+		$service;
 
 	public function setUp() {
+		parent::setUp();
+
 		$this->fixture('Class_AdminVar', ['id' => 'KOHA_MULTI_SITES', 'valeur' => '']);
 
 		$this->mock_web_client = $this->mock();