Skip to content

Commit 20a7b5e

Browse files
authored
Modernize deprecated syntax in Behat tests (#338)
1 parent 4f7635d commit 20a7b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/db-import.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Feature: Import a WordPress database
147147
wp db import
148148
"""
149149

150-
When I run `wp core config {CORE_CONFIG_SETTINGS}`
150+
When I run `wp config create {CORE_CONFIG_SETTINGS}`
151151
Then STDOUT should not be empty
152152
And the wp-config.php file should exist
153153

0 commit comments

Comments
 (0)