]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use clearer name setUpScenario 3566/head
authorPhil Davis <phil.davis@inf.org>
Tue, 21 Feb 2017 15:58:10 +0000 (21:43 +0545)
committerPhil Davis <phil.davis@inf.org>
Tue, 21 Feb 2017 15:58:10 +0000 (21:43 +0545)
Signed-off-by: Phil Davis <phil.davis@inf.org>
build/integration/features/bootstrap/Auth.php
build/integration/features/bootstrap/CalDavContext.php
build/integration/features/bootstrap/CardDavContext.php
build/integration/features/bootstrap/ChecksumsContext.php
build/integration/features/bootstrap/TagsContext.php

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