wp-cli / entity-command

Manage WordPress comments, menus, options, posts, sites, terms, and users.
MIT License
100 stars 89 forks source link

Validate reassign user in user delete command #482

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

Fixes https://github.com/wp-cli/entity-command/issues/461

swissspidy commented 6 months ago

Can we add tests for this?

ernilambar commented 6 months ago

Can we add tests for this?

@swissspidy I could not find a way to add feature test for this because behat test pauses due to WP_CLI::confirm() here.

danielbachhuber commented 6 months ago

Great work on this PR, @ernilambar !