Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 8, 2016
1 parent d3959a8 commit dc9a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/IntegrationTestCase.php
Expand Up @@ -873,7 +873,7 @@ public function assertCookieNotSet($cookie, $message = '')
$this->fail('No response set, cannot assert cookies. ' . $message);
}

$this->assertCookie(null, $cookie, "Cookie '{$cookie}' has been set." . $message);
$this->assertCookie(null, $cookie, "Cookie '{$cookie}' has been set. " . $message);
}

/**
Expand Down

0 comments on commit dc9a3aa

Please sign in to comment.