Skip to content

Commit

Permalink
Check content in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Oct 14, 2015
1 parent 5ca7917 commit 5575107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Cookies.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public function testCookieExpiration() {
$response->throw_for_status();

$data = json_decode($response->body, true);
var_dump($data);
$this->assertEmpty($data['cookies']);
}

Expand Down

0 comments on commit 5575107

Please sign in to comment.