@@ -28,7 +28,7 @@ Feature: Install WordPress plugins
2828 """
2929 Warning: Destination folder already exists
3030 """
31- Then STDERR should contain:
31+ And STDERR should contain:
3232 """
3333 Error: No plugins installed.
3434 """
@@ -227,16 +227,16 @@ Feature: Install WordPress plugins
227227
228228 When I try `wp plugin install site-secrets --activate`
229229 Then STDERR should contain:
230- """
231- Warning: site-secrets: Plugin already installed.
232- """
230+ """
231+ Warning: site-secrets: Plugin already installed.
232+ """
233233
234234 And STDOUT should contain:
235- """
236- Activating 'site-secrets'...
237- Plugin 'site-secrets' activated.
238- Success: Plugin already installed.
239- """
235+ """
236+ Activating 'site-secrets'...
237+ Plugin 'site-secrets' activated.
238+ Success: Plugin already installed.
239+ """
240240
241241 @require-php-7
242242 Scenario : Can't install plugin that requires a newer version of WordPress
@@ -247,26 +247,26 @@ Feature: Install WordPress plugins
247247
248248 And I try `wp plugin install wp-super-cache`
249249 Then STDERR should contain:
250- """
251- Warning: wp-super-cache: This plugin does not work with your version of WordPress
252- """
250+ """
251+ Warning: wp-super-cache: This plugin does not work with your version of WordPress
252+ """
253253
254254 And STDERR should contain:
255- """
256- Error: No plugins installed.
257- """
255+ """
256+ Error: No plugins installed.
257+ """
258258
259259 @less-than-php-7.4 @require-wp-6.6
260260 Scenario : Can't install plugin that requires a newer version of PHP
261261 Given a WP install
262262
263263 And I try `wp plugin install contact-form-7`
264264 Then STDERR should contain:
265- """
266- Warning: contact-form-7: This plugin does not work with your version of PHP
267- """
265+ """
266+ Warning: contact-form-7: This plugin does not work with your version of PHP
267+ """
268268
269269 And STDERR should contain:
270- """
271- Error: No plugins installed.
272- """
270+ """
271+ Error: No plugins installed.
272+ """
0 commit comments