Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53945, comment 11


Ignore:
Timestamp:
08/27/2021 05:16:58 PM (3 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53945, comment 11

    initial v1  
    2525== Results
    2626
    27 For all 3 of my machines:
     27For all 3 of my machines.
    2828
     29Before applying [https://github.com/WordPress/wordpress-develop/pull/1627 PR 1627]:
     30
     31- All 4 scenarios failed as expected ✅
     32The following message displays in the command-line tool:
     33{{{
     34Error: The PHPUnit Polyfills library is a requirement for running the WP test suite.
     35You need to run `composer update` before running the tests.
     36Once 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
     39After applying [https://github.com/WordPress/wordpress-develop/pull/1627 PR 1627]:
    2940- Scenario 1: worked as expected ✅
    3041- Scenario 2: worked as expected ✅