-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
See ZF1 issue for more: zendframework/zf1#229
See ZF1 issue for more: zendframework/zf1#229
'<value><i4>8</i4></value>'. | ||
'<value>a</value>'. | ||
'<value>false</value>'. | ||
'</data></array></value>', Zend_XmlRpc_Value::XML_STRING |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no class using underscore in ZF2. use :
AbstractValue::getXmlRpcValue
instead. and use
AbstractValue::XML_STRING
instead. already at use statement : https://github.com/volftomas/zf2/blob/d645eb295cd99626b170f60a329321acd11419ba/tests/ZendTest/XmlRpc/ValueTest.php#L14
Uff, to much time in ZF1. Fixed. |
travis failure because of trailing_spaces , you can do :
|
@volftomas I'm also seeing three new failures after this patch starting with PHP versions 5.4 and up; you can see representative failures starting here: https://travis-ci.org/zendframework/zf2/jobs/13182132#L966 |
@samsonasik don't know where to get this fixer but I removed the ones that I found. @weierophinney Now it should pass tests. |
Fixes default type == string
…tch-1 Fixes default type == string
See ZF1 issue for more: zendframework/zf1#229