Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/integration/features/bootstrap/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait Auth {
private $clientToken;

/** @BeforeScenario */
public function tearUpScenario() {
public function setUpScenario() {
$this->client = new Client();
$this->responseXml = '';
}
Expand Down
2 changes: 1 addition & 1 deletion build/integration/features/bootstrap/CalDavContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct($baseUrl) {
}

/** @BeforeScenario */
public function tearUpScenario() {
public function setUpScenario() {
$this->client = new Client();
$this->responseXml = '';
}
Expand Down
2 changes: 1 addition & 1 deletion build/integration/features/bootstrap/CardDavContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct($baseUrl) {
}

/** @BeforeScenario */
public function tearUpScenario() {
public function setUpScenario() {
$this->client = new Client();
$this->responseXml = '';
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct($baseUrl) {
}

/** @BeforeScenario */
public function tearUpScenario() {
public function setUpScenario() {
$this->client = new Client();
}

Expand Down
2 changes: 1 addition & 1 deletion build/integration/features/bootstrap/TagsContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct($baseUrl) {
}

/** @BeforeScenario */
public function tearUpScenario() {
public function setUpScenario() {
$this->client = new Client();
}

Expand Down