Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions features/package-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Feature: Install WP-CLI packages
Given an empty directory

When I run `wp package install yoast/wp-cli-faker`
And STDOUT should contain:
Then STDOUT should contain:
"""
Success: Package installed
"""
Expand Down Expand Up @@ -178,7 +178,7 @@ Feature: Install WP-CLI packages
"""
Removing require statement for package 'wp-cli/google-sitemap-generator-cli' from
"""
Then STDOUT should contain:
And STDOUT should contain:
"""
Removing repository details from
"""
Expand Down
2 changes: 1 addition & 1 deletion features/package-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: Update WP-CLI packages
"""
Success: Package installed.
"""
Then STDERR should be empty
And STDERR should be empty

When I run `wp package update`
Then STDOUT should contain:
Expand Down