diff --git a/tests/ossConfig.php b/tests/ossConfig.php deleted file mode 100644 index de10dcd..0000000 --- a/tests/ossConfig.php +++ /dev/null @@ -1,10 +0,0 @@ - 'k4EzTHjTnR9rWdf2', - 'accessKeySecret' => 'GW4Bej4H2Epferusqfcf99puMejvgm', - 'endpoint' => 'oss-cn-hangzhou.aliyuncs.com', - 'bucket' => 'womenshuo', -]; - - diff --git a/tests/qiniuConfig.php b/tests/qiniuConfig.php deleted file mode 100644 index 85c75c3..0000000 --- a/tests/qiniuConfig.php +++ /dev/null @@ -1,10 +0,0 @@ - 'ohjpaefcu.bkt.clouddn.com',//你的七牛域名 - 'access_key' => 'gIx7sI3Ak7LIXT-EDPPvF8imSUyP85ErXK5xhNoc',//AccessKey - 'secret_key' => 'KqP9ABmUZDfTS27WGBhSqVMiE4AjTFLU0fT5vMR9',//SecretKey - 'bucket' => 'phpunit',//Bucket名字 -]; - - diff --git a/tests/upyunConfig.php b/tests/upyunConfig.php deleted file mode 100644 index e7c5608..0000000 --- a/tests/upyunConfig.php +++ /dev/null @@ -1,14 +0,0 @@ - 'upyun', - 'domain' => 'phpunit.b0.upaiyun.com',//你的upyun域名 - 'username' => 'phpunit',//UserName - 'password' => 'a13085474240a',//Password - 'bucket' => 'phpunit',//Bucket名字 - 'timeout' => 130,//超时时间 - 'endpoint' => null,//线路 - 'transport' => 'http',//如果支持https,请填写https,如果不支持请填写http -]; - -