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 17f62bd commit 11d2f21Copy full SHA for 11d2f21
tests/Qiniu/Tests/CdnManagerTest.php
@@ -37,14 +37,5 @@ public function testCreateTimestampAntiLeechUrl()
37
38
$this->assertEquals($response->statusCode, 200);
39
$this->assertNull($response->error);
40
-
41
- $url2 = $this->imgUrl . '?imageInfo';
42
- $signUrl2 = $this->cdnManager->createTimestampAntiLeechUrl($url2, $this->encryptKey, 3600);
43
44
- $response = Client::get($signUrl2);
45
- $imgInfo = $response->json();
46
47
- $this->assertEquals($response->statusCode, 404);
48
- $this->assertNull($response->error);
49
}
50
0 commit comments