Skip to content

Commit 5dbcd86

Browse files
committed
Modify test class
Modify test class
1 parent ca62309 commit 5dbcd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Qiniu/Tests/CdnManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp()
2525

2626
$this->cdnManager = new CdnManager($testAuth);
2727
$this->encryptKey = $timestampAntiLeechEncryptKey;
28-
$this->imgUrl = $customDomain . '/24.jpg';
28+
$this->imgUrl = $customDomain . '/sdktest.png';
2929
}
3030

3131
public function testCreateTimestampAntiLeechUrl()

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
//cdn
2323
$timestampAntiLeechEncryptKey = getenv('QINIU_TIMESTAMP_ENCRPTKEY');
24-
$customDomain = "http://phpsdk.peterpy.cn";
24+
$customDomain = "http://sdk.peterpy.cn";
2525

2626
$tid = getenv('TRAVIS_JOB_NUMBER');
2727
if (!empty($tid)) {

0 commit comments

Comments
 (0)