Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build/Test Tools: Improve Composer update command in bootstrap error …
…messages. Refines the test bootstrap error message to include the `-W` in the Composer update command. Why? To also update the chain of dependencies for the tests' dependencies. `composer update` will update the tests' direct dependencies. `composer update -W` will update the dependencies including *their* dependencies, which is the recommended course of action for WP. Follow-up to [51598], [51811], [51813]. Props jrf. See #46149. git-svn-id: https://develop.svn.wordpress.org/trunk@51828 602fd350-edb4-49c9-b593-d223f7449a82
- Loading branch information