diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php
index 61cad0dc1456e0dee71c6d40f6044f7bd8ea6836..46bb94a2b20c970e6ad3f58ba4ab299117e8f482 100644
--- a/build/integration/features/bootstrap/Auth.php
+++ b/build/integration/features/bootstrap/Auth.php
@@ -31,7 +31,7 @@ trait Auth {
 	private $clientToken;
 
 	/** @BeforeScenario */
-	public function tearUpScenario() {
+	public function setUpScenario() {
 		$this->client = new Client();
 		$this->responseXml = '';
 	}
diff --git a/build/integration/features/bootstrap/CalDavContext.php b/build/integration/features/bootstrap/CalDavContext.php
index cae0089875fa456102c2119c148081cb1d00bd6a..4843dde135a96fdc8994a0baeb696cf1eb83e827 100644
--- a/build/integration/features/bootstrap/CalDavContext.php
+++ b/build/integration/features/bootstrap/CalDavContext.php
@@ -50,7 +50,7 @@ class CalDavContext implements \Behat\Behat\Context\Context {
 	}
 
 	/** @BeforeScenario */
-	public function tearUpScenario() {
+	public function setUpScenario() {
 		$this->client = new Client();
 		$this->responseXml = '';
 	}
diff --git a/build/integration/features/bootstrap/CardDavContext.php b/build/integration/features/bootstrap/CardDavContext.php
index 2dce688ab857fd4be8bcde965ccf435b5ba22adc..8ff8b55d28dce19ae3c7a798a61eaf15c8ba43c7 100644
--- a/build/integration/features/bootstrap/CardDavContext.php
+++ b/build/integration/features/bootstrap/CardDavContext.php
@@ -50,7 +50,7 @@ class CardDavContext implements \Behat\Behat\Context\Context {
 	}
 
 	/** @BeforeScenario */
-	public function tearUpScenario() {
+	public function setUpScenario() {
 		$this->client = new Client();
 		$this->responseXml = '';
 	}
diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php
index 3d2d90007947c74ba9118a629a5d1a092ebf0d83..4dd43db852f653a628800674273d41bb61cf5cb6 100644
--- a/build/integration/features/bootstrap/ChecksumsContext.php
+++ b/build/integration/features/bootstrap/ChecksumsContext.php
@@ -48,7 +48,7 @@ class ChecksumsContext implements \Behat\Behat\Context\Context {
 	}
 
 	/** @BeforeScenario */
-	public function tearUpScenario() {
+	public function setUpScenario() {
 		$this->client = new Client();
 	}
 
diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php
index 46ce869c86af827d0dcfd35b9def8eba28d435fc..3a48cce8aea10b7175deaf50ad355ac7fe521d34 100644
--- a/build/integration/features/bootstrap/TagsContext.php
+++ b/build/integration/features/bootstrap/TagsContext.php
@@ -50,7 +50,7 @@ class TagsContext implements \Behat\Behat\Context\Context {
 	}
 
 	/** @BeforeScenario */
-	public function tearUpScenario() {
+	public function setUpScenario() {
 		$this->client = new Client();
 	}