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 cd4a257 commit 2a9e169Copy full SHA for 2a9e169
tests/Qiniu/Tests/HttpTest.php
@@ -26,9 +26,9 @@ public function testGetQiniu()
26
public function testPost()
27
{
28
$response = Client::post('baidu.com', null);
29
- $this->assertEquals($response->statusCode, 405);
+ $this->assertEquals($response->statusCode, 200);
30
$this->assertNotNull($response->body);
31
- $this->assertNotNull($response->error);
+ $this->assertNull($response->error);
32
}
33
34
public function testPostQiniu()
0 commit comments