Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 2 deletions features/language-core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,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
# This test downgrades to WordPress 5.4.1, but the SQLite plugin requires 6.0+
@require-wp-4.0 @require-mysql
Scenario: Ensure correct language is installed for WP version
Given a WP install
And I run `wp theme activate twentytwentyone`
Expand All @@ -316,7 +317,8 @@ Feature: Manage translation files for a WordPress install
"""
And the return code should be 0

@require-wp-4.0
# This test downgrades to WordPress 5.4.1, but the SQLite plugin requires 6.0+
@require-wp-4.0 @require-mysql
Scenario: Ensure upgrader output is in English
Given a WP install
And I run `wp theme activate twentytwentyone`
Expand Down
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