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
8 changes: 7 additions & 1 deletion features/language-core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,17 @@ Feature: Manage translation files for a WordPress install
And an empty cache
And I run `wp core download --version=4.5.3 --force`

When I run `wp language core install nl_NL`
# PHP 8.2+ will show a warning for old WordPress core version.
When I try `wp language core install nl_NL`
Then STDOUT should contain:
"""
Downloading translation from https://downloads.wordpress.org/translation/core/4.5.3
"""
And STDOUT should contain:
"""
Success: Installed 1 of 1 languages.
"""
And the return code should be 0

@require-wp-4.0
Scenario: Ensure upgrader output is in English
Expand Down