Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix responseXml mess in acceptance test code #34639

Open
individual-it opened this issue Feb 28, 2019 · 1 comment
Open

fix responseXml mess in acceptance test code #34639

individual-it opened this issue Feb 28, 2019 · 1 comment

Comments

@individual-it
Copy link
Member

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

@ownclouders
Copy link
Contributor

GitMate.io thinks the contributor most likely able to help you is @phil-davis.

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants