We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0829ebb commit a53009cCopy full SHA for a53009c
features/behat-steps.feature
@@ -289,13 +289,6 @@ Feature: Test that WP-CLI Behat steps work as expected
289
DB_NAME
290
"""
291
292
- @require-wp @require-mysql
293
- Scenario: Test WP database step
294
- Given a WP installation
295
- And a database
296
- When I run `{MYSQL_BINARY} --host={DB_HOST} --user={DB_USER} --password={DB_PASSWORD} {DB_NAME} --execute="SELECT 1;"`
297
- Then the return code should be 0
298
-
299
@require-wp
300
Scenario: Test WP installation in subdirectory
301
Given a WP installation in 'subdir'
0 commit comments