Skip to content

Commit 3a03a36

Browse files
committed
rm debug code
1 parent 4014504 commit 3a03a36

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,11 @@
1919
$dummySecretKey = '1234567890';
2020
$dummyAuth = new Auth($dummyAccessKey, $dummySecretKey);
2121

22-
$tid = getenv('TRAVIS_JOB_NUMBER');
23-
2422
//cdn
2523
$timestampAntiLeechEncryptKey = getenv('QINIU_SDK_ENV_TIMESTAMP_ENCRPTKEY');
2624
$customDomain = "http://phpsdk.qiniuts.com";
2725

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-
26+
$tid = getenv('TRAVIS_JOB_NUMBER');
3727
if (!empty($tid)) {
3828
$pid = getmypid();
3929
$tid = strstr($tid, '.');

0 commit comments

Comments
 (0)