File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Feature: Update core's database
88 When I run `wp core update-db`
99 Then STDOUT should contain:
1010 """
11- Success: WordPress database upgraded successfully from db version 29630 to 30133 .
11+ Success: WordPress database upgraded successfully from db version 45805 to 47018 .
1212 """
1313
1414 When I run `wp core update-db`
1515 Then STDOUT should contain:
1616 """
17- Success: WordPress database already at latest db version 30133 .
17+ Success: WordPress database already at latest db version 47018 .
1818 """
1919
2020 Scenario : Dry run update db on a single site
@@ -26,7 +26,7 @@ Feature: Update core's database
2626 Then STDOUT should be:
2727 """
2828 Performing a dry run, with no database modification.
29- Success: WordPress database will be upgraded from db version 29630 to 30133 .
29+ Success: WordPress database will be upgraded from db version 45805 to 47018 .
3030 """
3131
3232 When I run `wp option get db_version`
You can’t perform that action at this time.
0 commit comments