Skip to content

Commit b109139

Browse files
committed
More fixes
1 parent 6bc362b commit b109139

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

features/plugin-auto-updates-status.feature

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,16 @@ Feature: Show the status of auto-updates for WordPress plugins
118118
"""
119119

120120
When I run `wp plugin auto-updates status --all --format=csv`
121-
Then STDOUT should be:
121+
Then STDOUT should contain:
122122
"""
123-
name,status
124123
akismet,disabled
124+
"""
125+
And STDOUT should contain:
126+
"""
125127
sample-plugin,disabled
128+
"""
129+
And STDOUT should contain:
130+
"""
126131
duplicate-post,disabled
127132
"""
128133

features/plugin.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ Feature: Manage WordPress plugins
452452
"""
453453
active
454454
active
455+
active
455456
must-use
456457
must-use
457458
"""

0 commit comments

Comments
 (0)