Skip to content

Commit

Permalink
Merge branch 'master' into 3.next
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 7, 2017
2 parents a75b10e + 06f3a00 commit 45eeb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/IntegrationTestCase.php
Expand Up @@ -762,7 +762,7 @@ protected function _assertStatus($min, $max, $message)
$status = $this->_response->getStatusCode();

if ($this->_exception && ($status < $min || $status > $max)) {
$this->fail($this->_exception);
$this->fail($this->_exception->getMessage());
}

$this->assertGreaterThanOrEqual($min, $status, $message);
Expand Down

0 comments on commit 45eeb56

Please sign in to comment.