Skip to content

Commit e4993fc

Browse files
committed
x
1 parent cd542c0 commit e4993fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/IoTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,14 @@ public function testPut()
4545
list($ret, $err) = Qiniu_Put($upToken, $key, "hello world!", null);
4646
$this->assertNull($err);
4747
$this->assertArrayHasKey('hash', $ret);
48+
var_dump($ret);
49+
50+
list($ret, $err) = Qiniu_RS_Stat($this->client, $this->bucket, $key);
51+
$this->assertNull($err);
52+
var_dump($ret);
4853

4954
$err = Qiniu_RS_Delete($this->client, $this->bucket, $key);
5055
$this->assertNull($err);
5156
}
5257
}
58+

0 commit comments

Comments
 (0)