File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments