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 4014504 commit 3a03a36Copy full SHA for 3a03a36
tests/bootstrap.php
@@ -19,21 +19,11 @@
19
$dummySecretKey = '1234567890';
20
$dummyAuth = new Auth($dummyAccessKey, $dummySecretKey);
21
22
-$tid = getenv('TRAVIS_JOB_NUMBER');
23
-
24
//cdn
25
$timestampAntiLeechEncryptKey = getenv('QINIU_SDK_ENV_TIMESTAMP_ENCRPTKEY');
26
$customDomain = "http://phpsdk.qiniuts.com";
27
28
-var_dump($accessKey);
29
-var_dump($secretKey);
30
-var_dump($timestampAntiLeechEncryptKey);
31
-$vars = getenv('TRAVIS_SECURE_ENV_VARS');
32
-var_dump($vars);
33
-var_dump($_SERVER);
34
35
-$testEnv = getenv('QINIU_TEST_ENV');
36
+$tid = getenv('TRAVIS_JOB_NUMBER');
37
if (!empty($tid)) {
38
$pid = getmypid();
39
$tid = strstr($tid, '.');
0 commit comments