Skip to content

Commit

Permalink
Merge pull request #33328 from owncloud/resetResponseXml
Browse files Browse the repository at this point in the history
[stable10] reset responseXml after receiving a new response
  • Loading branch information
phil-davis authored Oct 29, 2018
2 parents 5b624e9 + 45b0250 commit ecd19ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/acceptance/features/bootstrap/BasicStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ public function getResponse() {
*/
public function setResponse($response) {
$this->response = $response;
//after a new response reset the response xml
$this->responseXml = [];
}

/**
Expand Down

0 comments on commit ecd19ce

Please sign in to comment.