File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,12 @@ Feature: Update WordPress core
396396 Success: WordPress downloaded.
397397 """
398398
399+ When I run `wp core version --extra`
400+ Then STDOUT should contain:
401+ """
402+ Package language: de_DE
403+ """
404+
399405 When I run `wp core update --version=latest --force`
400406 Then STDOUT should not contain:
401407 """
@@ -498,8 +504,3 @@ Feature: Update WordPress core
498504 # Verify files from $_old_files were removed
499505 And the wp-includes/blocks/post-author/editor.css file should not exist
500506 And the wp-includes/blocks/post-author/editor.min.css file should not exist
501- When I run `wp core version --extra`
502- Then STDOUT should contain:
503- """
504- Package language: de_DE
505- """
You can’t perform that action at this time.
0 commit comments