Skip to content

Commit deb6133

Browse files
committed
Fix merge hiccup
1 parent 29fcb9d commit deb6133

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

features/core-update.feature

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
"""

0 commit comments

Comments
 (0)