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 66d3d58 commit 7cb933fCopy full SHA for 7cb933f
tests/Qiniu/Tests/CdnManagerTest.php
@@ -133,8 +133,11 @@ public function testCreateTimestampAntiLeechUrl()
133
$this->assertEquals($response->statusCode, 200);
134
$this->assertNull($response->error);
135
136
- $signUrl = $this->cdnManager->createTimestampAntiLeechUrl($this->refreshUrl . '?qiniu', $this->encryptKey,
137
- 3600);
+ $signUrl = $this->cdnManager->createTimestampAntiLeechUrl(
+ $this->refreshUrl . '?qiniu',
138
+ $this->encryptKey,
139
+ 3600
140
+ );
141
$response = Client::get($signUrl);
142
143
0 commit comments