Skip to content

Commit

Permalink
#200 To be succeeded behat test export database to STDOUT even if use…
Browse files Browse the repository at this point in the history
…s mariadb
  • Loading branch information
ryotsun committed Jun 27, 2021
1 parent 535491e commit 3e8ebba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/db-export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Feature: Export a WordPress database
When I run `wp db export -`
Then STDOUT should contain:
"""
-- MySQL dump
-- Dump completed on
"""

Scenario: Export database with mysql defaults to STDOUT
Expand All @@ -49,7 +49,7 @@ Feature: Export a WordPress database
When I run `wp db export --defaults -`
Then STDOUT should contain:
"""
-- MySQL dump
-- Dump completed on
"""

Scenario: Export database with mysql --no-defaults to STDOUT
Expand All @@ -58,7 +58,7 @@ Feature: Export a WordPress database
When I run `wp db export --no-defaults -`
Then STDOUT should contain:
"""
-- MySQL dump
-- Dump completed on
"""

Scenario: Export database with passed-in options
Expand Down

0 comments on commit 3e8ebba

Please sign in to comment.