-
Notifications
You must be signed in to change notification settings - Fork 800
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
Connection: Update XMLRPC overload #16316
Conversation
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.
Here are some suggested test cases for this PR.
Connection
- In-place connection with free plan
- In-place connection with paid plan
- In-place connection with product purchase
- Classic connection. Use Safari, or set a constant
JETPACK_SHOULD_USE_CONNECTION_IFRAME
to false - Disconnect/reconnect connection
- Secondary user connection
- Connection on multisite
If you think that suggestions should be improved please edit the configuration file here. You can also modify/add test-suites to be used in the configuration file.
Thank you for the great PR description! When this PR is ready for review, please apply the E2E results is available here (for debugging purposes): https://jetpack-e2e-dashboard.herokuapp.com/pr-16316 Scheduled Jetpack release: July 7, 2020. |
In https://core.trac.wordpress.org/changeset/48204, Core has adopted the spread operator. As we're overloading the XMLRPC class, we need to match the parent methods.
Changes proposed in this Pull Request:
func_get_args
for the xmlrpc class implementations.Jetpack product discussion
No.
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
We may need to get creative with the older versions until our minimum is 5.5.
Proposed changelog entry for your changes: