Navigation Menu

Skip to content

Commit

Permalink
Removed Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jadedcore committed Oct 20, 2017
1 parent 87b91e9 commit 5c6821f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/IntegrationTestCase.php
Expand Up @@ -763,11 +763,11 @@ public function assertResponseFailure($message = null)
public function assertResponseCode($code, $message = null)
{
$actual = $this->_response->getStatusCode();

if (empty($message)) {
$message = 'Status code is not ' . $code . ' but ' . $actual;
}

$this->_assertStatus($code, $code, $message);
}

Expand Down

0 comments on commit 5c6821f

Please sign in to comment.