Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,18 @@ Feature: WordPress code scaffolding
And the wp-content/plugins/hello-world/readme.txt file should exist
And the wp-content/plugins/hello-world/tests directory should exist

When I run `wp plugin status hello-world`
When I run `wp plugin get hello-world --fields=title,status,description`
Then STDOUT should contain:
"""
Status: Active
active
"""
And STDOUT should contain:
"""
Name: Hello World
Hello World
"""
And STDOUT should contain:
"""
Description: An awesome introductory plugin for WordPress
An awesome introductory plugin for WordPress
"""
Comment thread
swissspidy marked this conversation as resolved.

Scenario: Scaffold a plugin and activate it
Expand Down
Loading