You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in BasicStructure.php we have getResponseXml that returns an the content of the response parsed into a SimpleXMLElement
in WebDav.php we have $this->responseXml what is an array and $this->responseXmlObject that is a SimpleXMLElement. getResponseXmlObject() returns the SimpleXMLElement and no getter for responseXml (Array)
this is all a bit confusing and need refactoring
The text was updated successfully, but these errors were encountered:
Possibly related issues are #22492 (test), #22485 (test), #31579 (test), #32378 (Small fixes in acceptance tests), and #34292 (progress of automated acceptance tests for locks).
in
BasicStructure.php
we havegetResponseXml
that returns an the content of the response parsed into a SimpleXMLElementin
WebDav.php
we have$this->responseXml
what is an array and$this->responseXmlObject
that is a SimpleXMLElement.getResponseXmlObject()
returns the SimpleXMLElement and no getter forresponseXml
(Array)this is all a bit confusing and need refactoring
The text was updated successfully, but these errors were encountered: