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 fd2e442 commit bd941c5Copy full SHA for bd941c5
features/core-update.feature
@@ -22,7 +22,6 @@ Feature: Update WordPress core
22
Starting update...
23
Unpacking the update...
24
Cleaning up files...
25
- No files found that need cleaning up.
26
Success: WordPress updated successfully.
27
"""
28
@@ -65,7 +64,7 @@ Feature: Update WordPress core
65
64
When I run `wp core version`
66
Then STDOUT should be:
67
68
- {WP_VERSION-4.1-latest}
+ {WP_VERSION-4.9-latest}
69
70
71
# This test downgrades to an older WordPress version, but the SQLite plugin requires 6.0+
0 commit comments