We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc3c8d commit 677a71fCopy full SHA for 677a71f
1 file changed
features/core-update.feature
@@ -387,8 +387,21 @@ Feature: Update WordPress core
387
388
Scenario: No HTML output from async translation updates during core update
389
Given a WP install
390
+ And an empty cache
391
- When I run `wp core update --version=6.2.0 --force`
392
+ When I run `wp core download --version=6.5 --locale=de_DE --force`
393
+ Then STDOUT should contain:
394
+ """
395
+ Success: WordPress downloaded.
396
397
+
398
+ When I run `wp core version --extra`
399
400
401
+ Package language: de_DE
402
403
404
+ When I run `wp core update --version=latest --force`
405
Then STDOUT should not contain:
406
"""
407
<p>
0 commit comments