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 dd1131c commit 0770216Copy full SHA for 0770216
tests/Qiniu/Tests/HttpTest.php
@@ -20,7 +20,6 @@ public function testGetQiniu()
20
$this->assertNotNull($response->body);
21
$this->assertNotNull($response->xReqId());
22
$this->assertNotNull($response->xLog());
23
- $this->assertNotNull($response->json()['error']);
24
$this->assertNotNull($response->error);
25
}
26
@@ -39,7 +38,6 @@ public function testPostQiniu()
39
38
40
41
42
43
44
45
0 commit comments