Skip to content

Commit 10dfff0

Browse files
committed
feat:add test variable
1 parent 6849a0e commit 10dfff0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/bootstrap.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@
1212
$key = 'php-logo.png';
1313
$key2 = 'niu.jpg';
1414

15+
$testStartDate = '2020-08-18';
16+
$testEndDate = '2020-08-19';
17+
$testGranularity = 'day';
18+
$testLogDate = '2020-08-18';
19+
1520
$bucketNameBC = 'phpsdk-bc';
1621
$bucketNameNA = 'phpsdk-na';
22+
$bucketNameFS = 'phpsdk-fs';
23+
$bucketNameAS = 'phpsdk-as';
1724

1825
$dummyAccessKey = 'abcdefghklmnopq';
1926
$dummySecretKey = '1234567890';
@@ -22,6 +29,8 @@
2229
//cdn
2330
$timestampAntiLeechEncryptKey = getenv('QINIU_TIMESTAMP_ENCRPTKEY');
2431
$customDomain = "http://sdk.peterpy.cn";
32+
$customDomain2 = "sdk.peterpy.cn";
33+
$customCallbackURL = "https://qiniu.timhbw.com/notify/callback";
2534

2635
$tid = getenv('TRAVIS_JOB_NUMBER');
2736
if (!empty($tid)) {

0 commit comments

Comments
 (0)