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
14 changes: 0 additions & 14 deletions features/package.feature
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,3 @@ Feature: Manage WP-CLI packages

When I run `wp --require=bad-command.php package list`
Then STDERR should be empty

Scenario: Run package commands without hitting Composer plugin errors in Phar files
Given an empty directory
And a new Phar with the same version

When I run `{PHAR_PATH} package list`
Then STDERR should not contain:
"""
failed to open stream
"""
And STDERR should not contain:
"""
is not a file in phar
"""