Skip to content

Commit 3c4a223

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

features/site-empty.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Empty a WordPress site of its data
22

33
Scenario: Empty a site
4-
Given a WP install
4+
Given a WP installation
55
And I run `wp option update uploads_use_yearmonth_folders 0`
66
And download:
77
| path | url |
@@ -43,7 +43,7 @@ Feature: Empty a WordPress site of its data
4343
Then STDOUT should be empty
4444

4545
Scenario: Empty a site and its uploads directory
46-
Given a WP multisite install
46+
Given a WP multisite installation
4747
And I run `wp site create --slug=foo`
4848
And I run `wp --url=example.com/foo option update uploads_use_yearmonth_folders 0`
4949
And download:

features/site-option.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Manage WordPress site options
22

33
Scenario: Site Option CRUD
4-
Given a WP multisite install
4+
Given a WP multisite installation
55

66
# String values
77
When I run `wp site option add str_opt 'bar'`
@@ -111,7 +111,7 @@ Feature: Manage WordPress site options
111111
"""
112112
113113
Scenario: Error on single install
114-
Given a WP install
114+
Given a WP installation
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 install
131+
Given a WP multisite installation
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)