summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/Auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/features/bootstrap/Auth.php')
-rw-r--r--build/integration/features/bootstrap/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php
index 61cad0dc145..46bb94a2b20 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 = '';
}