增加持续继承测试支持

This commit is contained in:
祁宁 2014-10-11 12:18:49 +08:00
parent e3a7f143eb
commit 56d9b46d28
3 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,7 @@ php:
- 5.5
- 5.4
- 5.3
- 5.2
script: cd ./tools/ && make all
script: cd ./tools/ && make test

View File

@ -103,6 +103,10 @@ pot:
rm -f files.txt
test:
php test.php
all:
make update
make package

View File

@ -1887,7 +1887,7 @@ class Widget_XmlRpc extends Widget_Abstract_Contents implements Widget_Interface
$struct = array(
'nickname' => $this->user->screenName,
'userid' => $this->user->uid,
'userid' => $this->user->uid,
'url' => $this->user->url,
'email' => $this->user->mail,
'lastname' => '',