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 f8ca203 commit 1ff17bbCopy full SHA for 1ff17bb
features/search-replace-export.feature
@@ -64,7 +64,12 @@ Feature: Search / replace with file export
64
When I run `wp search-replace example.com example.net --export=wordpress.sql`
65
Then STDOUT should contain:
66
"""
67
- Success: Made 110 replacements and exported to wordpress.sql
+ Success: Made
68
+ """
69
+ # Skip exact number as it changes in trunk due to https://core.trac.wordpress.org/changeset/42981
70
+ And STDOUT should contain:
71
72
+ replacements and exported to wordpress.sql
73
74
And STDOUT should be a table containing rows:
75
| Table | Column | Replacements | Type |
0 commit comments