diff --git a/features/db-check.feature b/features/db-check.feature index aa5ce47b..c98b3786 100644 --- a/features/db-check.feature +++ b/features/db-check.feature @@ -136,3 +136,37 @@ Feature: Check the database When I try `wp db check --no-defaults --debug` Then STDERR should match #Debug \(db\): Running shell command: /usr/bin/env (mysqlcheck|mariadb-check) --no-defaults %s# + Scenario: Empty DB credentials should not cause empty parameter errors + Given a WP install + And a wp-config.php file: + """ +