Skip to content

Commit 80d1dc8

Browse files
committed
Replace use of "install" with "installation" update test files
1 parent 675869f commit 80d1dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/site-empty.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feature: Empty a WordPress site of its data
1313
When I try `wp site url 1`
1414
Then STDERR should be:
1515
"""
16-
Error: This is not a multisite install.
16+
Error: This is not a multisite installation.
1717
"""
1818
And the return code should be 1
1919

features/site-option.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ Feature: Manage WordPress site options
116116
When I try `wp site option get str_opt`
117117
Then STDERR should be:
118118
"""
119-
Error: This is not a multisite install.
119+
Error: This is not a multisite installation.
120120
"""
121121
And the return code should be 1
122122
123123
When I try `wp site option add str_opt 'bar'`
124124
Then STDERR should be:
125125
"""
126-
Error: This is not a multisite install.
126+
Error: This is not a multisite installation.
127127
"""
128128
And the return code should be 1
129129

0 commit comments

Comments
 (0)