File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Feature: Export a WordPress database
40
40
When I run `wp db export -`
41
41
Then STDOUT should contain:
42
42
"""
43
- -- MySQL dump
43
+ -- Dump completed on
44
44
"""
45
45
46
46
Scenario : Export database with mysql defaults to STDOUT
@@ -49,7 +49,7 @@ Feature: Export a WordPress database
49
49
When I run `wp db export --defaults -`
50
50
Then STDOUT should contain:
51
51
"""
52
- -- MySQL dump
52
+ -- Dump completed on
53
53
"""
54
54
55
55
Scenario : Export database with mysql --no-defaults to STDOUT
@@ -58,7 +58,7 @@ Feature: Export a WordPress database
58
58
When I run `wp db export --no-defaults -`
59
59
Then STDOUT should contain:
60
60
"""
61
- -- MySQL dump
61
+ -- Dump completed on
62
62
"""
63
63
64
64
Scenario : Export database with passed-in options
You can’t perform that action at this time.
0 commit comments