Skip to content

Commit

Permalink
Merge pull request #25 from teaandcode/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
knasher authored Jun 22, 2017
2 parents 8b554cc + 85dca3e commit 8921f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Behat/GuzzleExtension/Context/RawGuzzleContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RawGuzzleContext implements GuzzleAwareContext
/**
* @var string
*/
const GUZZLE_EXTENSION_VERSION = '0.4.1';
const GUZZLE_EXTENSION_VERSION = '0.4.2';

/**
* @var Client
Expand Down Expand Up @@ -96,15 +96,15 @@ public function executeCommand($command, array $data = array())

return;
} catch (RuntimeException $e) {
continue;
// Do nothing
}

try {
$this->result = $this->response->xml();

return;
} catch (RuntimeException $e) {
continue;
// Do nothing
}

return;
Expand Down

0 comments on commit 8921f29

Please sign in to comment.