Skip to content

Commit b0dd4d9

Browse files
committed
Fix tests for Hello Dolly
1 parent 1f1ca0c commit b0dd4d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/language-plugin.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ Feature: Manage plugin translation files for a WordPress install
55
Given a WP install
66
And an empty cache
77

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`
911
Then STDOUT should contain:
1012
"""
11-
Plugin installed successfully.
13+
Installed 1 of 1 plugins.
1214
"""
1315
And STDERR should be empty
1416

0 commit comments

Comments
 (0)