Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56057, comment 38


Ignore:
Timestamp:
12/22/2022 03:01:15 AM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56057, comment 38

    initial v1  
    33This means that testing the rollback plugin via WP-CLI, for example, will require testers to manually change Core to use `move_dir()` instead of `copy_dir()`.
    44
    5 As we have to ensure that BC is protected in all upgrade paths, the two hooks above are certainly useful, but not a complete replacement for testing the plugin - especially for non-dev contributors who may have WP-CLI, but are unfamilar/uncomfortable with editing code.
     5As we have to ensure that BC is protected in all upgrade paths, the two hooks above are certainly useful, but not a complete replacement for testing the plugin - especially for non-dev contributors who may have WP-CLI, but are unfamilar/uncomfortable with editing code
     6
     7Any ideas of how paths such as WP-CLI could be covered are much appreciated.