We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 334f2e6 + 1a79123 commit b069ec3Copy full SHA for b069ec3
1 file changed
features/package.feature
@@ -56,3 +56,17 @@ Feature: Manage WP-CLI packages
56
57
When I run `wp --require=bad-command.php package list`
58
Then STDERR should be empty
59
+
60
+ Scenario: Run package commands without hitting Composer plugin errors in Phar files
61
+ Given an empty directory
62
+ And a new Phar with the same version
63
64
+ When I run `{PHAR_PATH} package list`
65
+ Then STDERR should not contain:
66
+ """
67
+ failed to open stream
68
69
+ And STDERR should not contain:
70
71
+ is not a file in phar
72
0 commit comments