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
6 changes: 2 additions & 4 deletions features/language-plugin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ Feature: Manage translation files for a WordPress install
And STDOUT should be empty
And the return code should be 0

# An empty plugin directory breaks SQLite integration, which uses a plugin.
@require-wp-4.0 @require-mysql
@require-wp-4.0
Scenario: Not providing plugin slugs should throw an error unless --all given
Given a WP install
And I run `wp plugin path`
Expand Down Expand Up @@ -386,8 +385,7 @@ Feature: Manage translation files for a WordPress install
And STDERR should be empty


# An empty plugin directory breaks SQLite integration, which uses a plugin.
@require-wp-4.0 @require-mysql
@require-wp-4.0
Scenario: Install translations for all installed plugins
Given a WP install
And I run `wp plugin path`
Expand Down