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 6849a0e commit 10dfff0Copy full SHA for 10dfff0
tests/bootstrap.php
@@ -12,8 +12,15 @@
12
$key = 'php-logo.png';
13
$key2 = 'niu.jpg';
14
15
+$testStartDate = '2020-08-18';
16
+$testEndDate = '2020-08-19';
17
+$testGranularity = 'day';
18
+$testLogDate = '2020-08-18';
19
+
20
$bucketNameBC = 'phpsdk-bc';
21
$bucketNameNA = 'phpsdk-na';
22
+$bucketNameFS = 'phpsdk-fs';
23
+$bucketNameAS = 'phpsdk-as';
24
25
$dummyAccessKey = 'abcdefghklmnopq';
26
$dummySecretKey = '1234567890';
@@ -22,6 +29,8 @@
29
//cdn
30
$timestampAntiLeechEncryptKey = getenv('QINIU_TIMESTAMP_ENCRPTKEY');
31
$customDomain = "http://sdk.peterpy.cn";
32
+$customDomain2 = "sdk.peterpy.cn";
33
+$customCallbackURL = "https://qiniu.timhbw.com/notify/callback";
34
35
$tid = getenv('TRAVIS_JOB_NUMBER');
27
36
if (!empty($tid)) {
0 commit comments