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.
2 parents 6478b60 + 17869ba commit 19ff212Copy full SHA for 19ff212
features/db-export.feature
@@ -40,7 +40,7 @@ Feature: Export a WordPress database
40
When I run `wp db export -`
41
Then STDOUT should contain:
42
"""
43
- -- MySQL dump
+ -- Dump completed on
44
45
46
Scenario: Export database with mysql defaults to STDOUT
@@ -49,7 +49,7 @@ Feature: Export a WordPress database
49
When I run `wp db export --defaults -`
50
51
52
53
54
55
Scenario: Export database with mysql --no-defaults to STDOUT
@@ -58,7 +58,7 @@ Feature: Export a WordPress database
58
When I run `wp db export --no-defaults -`
59
60
61
62
63
64
Scenario: Export database with passed-in options
0 commit comments