Skip to content

Commit 1da363f

Browse files
Remove command tests, which are now covered in the subpackage
1 parent 0ab1d7a commit 1da363f

File tree

4 files changed

+6
-704
lines changed

4 files changed

+6
-704
lines changed

features/command.feature

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Feature: WP-CLI Commands
3535
or: wp media regenerate
3636
"""
3737

38+
When I run `wp package`
39+
Then STDOUT should contain:
40+
"""
41+
or: wp package install
42+
"""
43+
3844
Scenario: Invalid class is specified for a command
3945
Given an empty directory
4046
And a custom-cmd.php file:

0 commit comments

Comments
 (0)