Skip to content

Commit

Permalink
Update the plugin-list.feature to more closely copy theme-list.feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
baizmandesign committed May 14, 2024
1 parent 3c853c9 commit 9091c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/plugin-list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: List WordPress plugins
| hello-dolly | inactive | available |

# Repeating the same command again should produce the same results
When I run `wp plugin list --fields=name,status,update`
When I run the previous command again
Then STDOUT should be a table containing rows:
| name | status | update |
| hello-dolly | inactive | available |
Expand Down

0 comments on commit 9091c32

Please sign in to comment.