File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments