Skip to content

Commit

Permalink
Issue wp-cli#356 : Improve behat test for new command
Browse files Browse the repository at this point in the history
  • Loading branch information
buntybuddyboss committed Aug 31, 2022
1 parent 237ff0a commit 2f2332f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/post-meta.feature
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@ Feature: Manage post custom fields
Are you sure you want to delete 2 duplicate enclosures and keep 1 valid enclosures? [y/n]
"""
When I run `wp post meta list 1 --keys=foo --format=count`
Then STDOUT should be:
"""
3
"""
When I run `wp post meta clean-duplicates 1 foo < session_yes`
Then STDOUT should contain:
"""
Expand Down

0 comments on commit 2f2332f

Please sign in to comment.