| 29 | Before applying [https://github.com/WordPress/wordpress-develop/pull/1627 PR 1627]: |
| 30 | |
| 31 | - All 4 scenarios failed as expected ✅ |
| 32 | The following message displays in the command-line tool: |
| 33 | {{{ |
| 34 | Error: The PHPUnit Polyfills library is a requirement for running the WP test suite. |
| 35 | You need to run `composer update` before running the tests. |
| 36 | Once the dependencies are installed, you can run the tests using the Composer-installed version of PHPUnit or using PHPUnit phar file, but the dependencies do need to be installed whichever way the tests are run. |
| 37 | }}} |
| 38 | |
| 39 | After applying [https://github.com/WordPress/wordpress-develop/pull/1627 PR 1627]: |