Thanks to visit codestin.com
Credit goes to github.com

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

@require-wp-4.0
# An empty plugin directory breaks SQLite integration, which uses a plugin.
@require-wp-4.0 @require-mysql
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 @@ -385,7 +386,8 @@ Feature: Manage translation files for a WordPress install
And STDERR should be empty


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