We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6283a commit 03556ccCopy full SHA for 03556cc
test/Bitbucket/Tests/API/Http/ClientTest.php
@@ -77,6 +77,7 @@ public function testShouldDoGetRequestAndReturnResponseInstance()
77
$response = $client->get($endpoint, $params, $headers);
78
79
$this->assertInstanceOf('\Buzz\Message\MessageInterface', $response);
80
+ $this->assertInstanceOf('\Buzz\Message\MessageInterface', $client->getLastResponse());
81
}
82
83
public function testShouldDoPostRequestWithContentAndReturnResponseInstance()
0 commit comments