Skip to content

Commit 043a6b0

Browse files
committed
Test multisite replacement with options instead of posts
1 parent 1ff17bb commit 043a6b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/search-replace.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Feature: Do global search/replace
3232
And I run `wp site create --slug="foo" --title="foo" --email="foo@example.com"`
3333
And I run `wp search-replace foo bar --network`
3434
Then STDOUT should be a table containing rows:
35-
| Table | Column | Replacements | Type |
36-
| wp_2_posts | guid | 2 | SQL |
37-
| wp_blogs | path | 1 | SQL |
35+
| Table | Column | Replacements | Type |
36+
| wp_2_options | option_value | 4 | PHP |
37+
| wp_blogs | path | 1 | SQL |
3838

3939
Scenario: Don't run on unregistered tables by default
4040
Given a WP install

0 commit comments

Comments
 (0)