@@ -5,10 +5,12 @@ Feature: Manage plugin translation files for a WordPress install
5
5
Given a WP install
6
6
And an empty cache
7
7
8
- When I run `wp plugin install hello-dolly`
8
+ # Hello Dolly was moved from a single file to a directory in WordPress 6.9,
9
+ # hence forcing (re-)installation here.
10
+ When I run `wp plugin install hello-dolly --force`
9
11
Then STDOUT should contain:
10
12
"""
11
- Plugin installed successfully .
13
+ Installed 1 of 1 plugins .
12
14
"""
13
15
And STDERR should be empty
14
16
@@ -179,10 +181,6 @@ Feature: Manage plugin translation files for a WordPress install
179
181
"""
180
182
akismet,de_DE,"not installed"
181
183
"""
182
- And STDOUT should contain:
183
- """
184
- hello,de_DE,"not installed"
185
- """
186
184
And STDOUT should contain:
187
185
"""
188
186
hello-dolly,de_DE,uninstalled
@@ -195,10 +193,6 @@ Feature: Manage plugin translation files for a WordPress install
195
193
"""
196
194
akismet,de_DE,"not installed"
197
195
"""
198
- And STDOUT should contain:
199
- """
200
- hello,de_DE,"not installed"
201
- """
202
196
And STDOUT should contain:
203
197
"""
204
198
hello-dolly,de_DE,"not installed"
0 commit comments