Skip to content

Commit 19ff212

Browse files
authored
Merge pull request #201 from ryotsun/fix/#200_behat_export
2 parents 6478b60 + 17869ba commit 19ff212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/db-export.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Feature: Export a WordPress database
4040
When I run `wp db export -`
4141
Then STDOUT should contain:
4242
"""
43-
-- MySQL dump
43+
-- Dump completed on
4444
"""
4545

4646
Scenario: Export database with mysql defaults to STDOUT
@@ -49,7 +49,7 @@ Feature: Export a WordPress database
4949
When I run `wp db export --defaults -`
5050
Then STDOUT should contain:
5151
"""
52-
-- MySQL dump
52+
-- Dump completed on
5353
"""
5454

5555
Scenario: Export database with mysql --no-defaults to STDOUT
@@ -58,7 +58,7 @@ Feature: Export a WordPress database
5858
When I run `wp db export --no-defaults -`
5959
Then STDOUT should contain:
6060
"""
61-
-- MySQL dump
61+
-- Dump completed on
6262
"""
6363

6464
Scenario: Export database with passed-in options

0 commit comments

Comments
 (0)