Skip to content

Commit 2e1a637

Browse files
committed
Add a test for new behat variables
1 parent 1cf0621 commit 2e1a637

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features/steps.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ Feature: Make sure "Given", "When", "Then" steps work as expected
6767
When I run `echo {WP_VERSION-latest}`
6868
Then STDOUT should match /\d\.\d/
6969
And STDERR should be empty
70+
71+
@require-mysql-or-mariadb
72+
Scenario: SQL related variables
73+
When I run `echo {MYSQL_BINARY}`
74+
Then STDOUT should match /(mysql|mariadb)/
75+
76+
When I run `echo {SQL_DUMP_COMMAND}`
77+
Then STDOUT should match /(mysqldump|mariadb-dump)/

0 commit comments

Comments
 (0)