We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cdf9 commit 6800d54Copy full SHA for 6800d54
features/language-core.feature
@@ -304,11 +304,17 @@ Feature: Manage translation files for a WordPress install
304
And an empty cache
305
And I run `wp core download --version=4.5.3 --force`
306
307
- When I run `wp language core install nl_NL`
+ # PHP 8.2+ will show a warning for old WordPress core version.
308
+ When I try `wp language core install nl_NL`
309
Then STDOUT should contain:
310
"""
311
Downloading translation from https://downloads.wordpress.org/translation/core/4.5.3
312
313
+ And STDOUT should contain:
314
+ """
315
+ Success: Installed 1 of 1 languages.
316
317
+ And the return code should be 0
318
319
@require-wp-4.0
320
Scenario: Ensure upgrader output is in English
0 commit comments