Skip to content

Commit 519e8f5

Browse files
sabakugaarasabakugaara
authored andcommitted
update tests
1 parent a1b010f commit 519e8f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 又拍云PHP SDK
2+
![build](https://travis-ci.org/upyun/php-sdk.svg)
23

34
又拍云存储PHP SDK,基于 [又拍云存储HTTP REST API接口](http://docs.upyun.com/api/rest_api/) 开发。
45
- [更新说明](#update instructions)

tests/upyunTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class unyunTest extends PHPUnit_Framework_TestCase
44
{
55

66
public function setUp(){
7-
$this->upyun = new UpYun(BUCKET, USER_NAME, PWD, null, 250);
7+
$this->upyun = new UpYun(BUCKET, USER_NAME, PWD, UpYun::ED_TELECOM, 250);
88
}
99

1010
public function testMakeDir(){

0 commit comments

Comments
 (0)