Skip to content

Commit f9cdc85

Browse files
sabakugaarasabakugaara
authored andcommitted
update test
1 parent f193ad6 commit f9cdc85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22
php:
3+
- "5.2"
4+
- "5.3"
35
- "5.4"
46
- "5.5"
57
- "5.6"

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);
7+
$this->upyun = new UpYun(BUCKET, USER_NAME, PWD, null, 120);
88
}
99

1010
public function testMakeDir(){

0 commit comments

Comments
 (0)