We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff17bb commit 043a6b0Copy full SHA for 043a6b0
features/search-replace.feature
@@ -32,9 +32,9 @@ Feature: Do global search/replace
32
And I run `wp site create --slug="foo" --title="foo" --email="foo@example.com"`
33
And I run `wp search-replace foo bar --network`
34
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 |
+ | Table | Column | Replacements | Type |
+ | wp_2_options | option_value | 4 | PHP |
+ | wp_blogs | path | 1 | SQL |
38
39
Scenario: Don't run on unregistered tables by default
40
Given a WP install
0 commit comments