Skip to content

Commit 569990f

Browse files
committed
Replace use of "install" with "installation" update test files
1 parent 34212d4 commit 569990f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/site-option.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Feature: Manage WordPress site options
110110
}
111111
"""
112112
113-
Scenario: Error on single installation
114-
Given a WP installation
113+
Scenario: Error on single install
114+
Given a WP install
115115
116116
When I try `wp site option get str_opt`
117117
Then STDERR should be:
@@ -128,7 +128,7 @@ Feature: Manage WordPress site options
128128
And the return code should be 1
129129
130130
Scenario: Filter options by `--site_id`
131-
Given a WP multisite installation
131+
Given a WP multisite install
132132
133133
When I run `wp db query "INSERT INTO wp_sitemeta (site_id,meta_key,meta_value) VALUES (2,'wp_cli_test_option','foobar');"`
134134
Then the return code should be 0

0 commit comments

Comments
 (0)