Skip to content

Commit fe58d33

Browse files
committed
Undo another change
1 parent 72ee662 commit fe58d33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

features/plugin-activate.feature

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ Feature: Activate WordPress plugins
5151
} );
5252
"""
5353

54-
# Uses "try" because the SQLite plugin attempts to do a redirect.
55-
# See https://github.com/WordPress/sqlite-database-integration/issues/49
56-
When I try `wp plugin activate --all`
54+
When I run `wp plugin activate --all`
5755
Then STDOUT should contain:
5856
"""
5957
Plugin 'akismet' activated.
@@ -134,9 +132,10 @@ Feature: Activate WordPress plugins
134132

135133
Scenario: Adding --exclude with plugin activate --all should exclude the plugins specified via --exclude
136134
When I try `wp plugin activate --all --exclude=hello`
137-
Then STDOUT should contain:
135+
Then STDOUT should be:
138136
"""
139137
Plugin 'akismet' activated.
138+
Success: Activated 1 of 1 plugins.
140139
"""
141140
And the return code should be 0
142141

@@ -149,4 +148,3 @@ Feature: Activate WordPress plugins
149148
Success:
150149
"""
151150
And the return code should be 0
152-

0 commit comments

Comments
 (0)