mirror of
git://develop.git.wordpress.org/
synced 2025-05-01 17:38:00 +02:00
Previously, two situations were taken in to account: 1. The `WP_TESTS_PHPUNIT_POLYFILLS_PATH` constant is defined => show message specific to that constant not being set correctly. This message would typically be shown for plugin/theme integration tests which are already aware of the changes in WP 5.9. 2. The constant is not defined => show a message to run `composer update`. This message is intended for people trying to run the WP Core tests. This left two situations unaccounted for: - Someone trying to run the WP Core tests, but not having set the `WP_RUN_CORE_TESTS` constant or not having set it to `1`. - Someone trying to run plugin/theme integration tests without the new `WP_TESTS_PHPUNIT_POLYFILLS_PATH` constant being defined as they are not (yet) aware of the changes made in WP 5.9. The changes made in this commit, are intended to improve the error messages displayed in those situations. Follow-up to [51598], [51810]. Props jrf, schlessera, hellofromTonya, jeherve, lucatume. See #46149. git-svn-id: https://develop.svn.wordpress.org/trunk@51811 602fd350-edb4-49c9-b593-d223f7449a82