Skip to content

Commit 0770216

Browse files
committed
fixed 5.3 syntax
1 parent dd1131c commit 0770216

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Qiniu/Tests/HttpTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function testGetQiniu()
2020
$this->assertNotNull($response->body);
2121
$this->assertNotNull($response->xReqId());
2222
$this->assertNotNull($response->xLog());
23-
$this->assertNotNull($response->json()['error']);
2423
$this->assertNotNull($response->error);
2524
}
2625

@@ -39,7 +38,6 @@ public function testPostQiniu()
3938
$this->assertNotNull($response->body);
4039
$this->assertNotNull($response->xReqId());
4140
$this->assertNotNull($response->xLog());
42-
$this->assertNotNull($response->json()['error']);
4341
$this->assertNotNull($response->error);
4442
}
4543
}

0 commit comments

Comments
 (0)