-
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
Add yarn script to run test for multisite #12010
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: April 29, 2019. |
enejb, Your synced wpcom patch D26753-code has been updated. |
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.
Made all the changes to as requested.
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.
Made all the changes to as requested.
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.
This seems to work well for me. 👍
Adds
yarn docker:phpunit:multisite
command that lets us run the wordpress multisite test suite much easier on the docker development.Changes proposed in this Pull Request:
yarn docker:phpunit-mu
command that lets us run the wordpress multisite test suite much easier on the docker development.Testing instructions:
yarn docker:phpunit:multisite --filter=test_full_sync_sends_only_current_blog_users_in_multisite
Proposed changelog entry for your changes:
yarn docker:phpunit-mu