Skip to content

Commit d48cd68

Browse files
committed
ensure mysql database is not created for sqlite installs
1 parent 2d6adaa commit d48cd68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/valet-new.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Feature: Create a new install.
2626
When I run `wp valet new {PROJECT} --db=sqlite`
2727
Then the {PROJECT}/wp-config.php file should exist
2828
And the {PROJECT}/wp-content/db.php file should exist
29+
And the wp_{PROJECT} database should not exist
2930
And STDOUT should contain:
3031
"""
3132
Success: {PROJECT} ready! https://{PROJECT}.dev

0 commit comments

Comments
 (0)