Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions features/core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,11 @@ Feature: Manage WordPress installation
"""
And the return code should be 1

# SQLite compat blocked by https://github.com/wp-cli/wp-cli-tests/pull/188.
@require-mysql
Scenario: Custom wp-content directory
Given a WP install
And a custom wp-content directory

When I run `wp plugin status akismet`
When I run `wp plugin get akismet`
Then STDOUT should not be empty

Scenario: User defined in wp-cli.yml
Expand Down
Loading