Skip to content

Commit 56d9b46

Browse files
committed
增加持续继承测试支持
1 parent e3a7f14 commit 56d9b46

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.5
55
- 5.4
66
- 5.3
7+
- 5.2
78

8-
script: cd ./tools/ && make all
9+
script: cd ./tools/ && make test
910

tools/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ pot:
103103
rm -f files.txt
104104

105105

106+
test:
107+
php test.php
108+
109+
106110
all:
107111
make update
108112
make package

var/Widget/XmlRpc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ public function bloggerGetUserInfo($blogId, $userName, $password)
18871887

18881888
$struct = array(
18891889
'nickname' => $this->user->screenName,
1890-
'userid' => $this->user->uid,
1890+
'userid' => $this->user->uid,
18911891
'url' => $this->user->url,
18921892
'email' => $this->user->mail,
18931893
'lastname' => '',

0 commit comments

Comments
 (0)