Skip to content

Commit 731b1d7

Browse files
committed
Fix install => installation change in tests
1 parent ea320c3 commit 731b1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/command.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ Feature: WP-CLI Commands
14461446
When I try `wp command after_wp_load --path=/tmp`
14471447
Then STDERR should contain:
14481448
"""
1449-
Error: This does not seem to be a WordPress install.
1449+
Error: This does not seem to be a WordPress installation.
14501450
"""
14511451
And the return code should be 1
14521452

@@ -1528,7 +1528,7 @@ Feature: WP-CLI Commands
15281528
When I try `wp command --path=/tmp`
15291529
Then STDERR should contain:
15301530
"""
1531-
Error: This does not seem to be a WordPress install.
1531+
Error: This does not seem to be a WordPress installation.
15321532
"""
15331533
And the return code should be 1
15341534

0 commit comments

Comments
 (0)