Tests: Add enable_real_time_collaboration to REST settings test#10956
Tests: Add enable_real_time_collaboration to REST settings test#10956pkevan wants to merge 15 commits intoWordPress:trunkfrom
Conversation
…ted values The test_get_items test in WP_Test_REST_Settings_Controller hardcodes the expected list of settings exposed via the REST API. The new enable_real_time_collaboration setting was registered with show_in_rest but not added to this expected list, causing the test to fail.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Trac Ticket MissingThis pull request is missing a link to a Trac ticket. For a contribution to be considered, there must be a corresponding ticket in Trac. To attach a pull request to a Trac ticket, please include the ticket's full URL in your pull request description. More information about contributing to WordPress on GitHub can be found in the Core Handbook. |
Summary
Test plan
Fixes test failures in #10894