Skip to content

Commit

Permalink
增加持续继承测试支持
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Oct 11, 2014
1 parent e3a7f14 commit 56d9b46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.4
- 5.3
- 5.2

script: cd ./tools/ && make all
script: cd ./tools/ && make test

4 changes: 4 additions & 0 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ pot:
rm -f files.txt


test:
php test.php


all:
make update
make package
Expand Down
2 changes: 1 addition & 1 deletion var/Widget/XmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ public function bloggerGetUserInfo($blogId, $userName, $password)

$struct = array(
'nickname' => $this->user->screenName,
'userid' => $this->user->uid,
'userid' => $this->user->uid,
'url' => $this->user->url,
'email' => $this->user->mail,
'lastname' => '',
Expand Down

0 comments on commit 56d9b46

Please sign in to comment.