Fix unit test for Multisite#1014
Conversation
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Note: As discovered in #1013, wp-env based setup has some issues(#1013 (comment)). Since it's a docker-based setup we don't have much control over it. So in the same PR, I have updated the |
Summary
In #956, we introduced a test suite for plugins, updating only the
phpunit.xml.distfile. However, we missed updating the multisite config filetests/multisite.xml, causing it to show "No tests executed!" without an error. This PR adds the missing configuration for the multisite test suite. Thanks to @thelovekesh for spotting this oversight.Checklist
[Focus]orInfrastructurelabel.[Type]label.no milestonelabel.