Skip to content

Commit ee30012

Browse files
committed
Update CdnManagerTest.php
1 parent 8650487 commit ee30012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Qiniu/Tests/CdnManagerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function testCreateTimestampAntiLeechUrl()
3434
$signUrl = $this->cdnManager->createTimestampAntiLeechUrl($this->imgUrl, $this->encryptKey, 3600);
3535

3636
$response = Client::get($signUrl);
37+
print_r($signUrl);
3738
$this->assertEquals($response->statusCode, 200);
3839
$this->assertNull($response->error);
3940

0 commit comments

Comments
 (0)