File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ Feature: Requests integration with both v1 and v2
8181 Given a WP installation
8282 # Switch themes because twentytwentyfive requires a version newer than 6.2
8383 # and it would otherwise cause a fatal error further down.
84- And I run `wp theme activate twentytwentythree`
84+ And I try `wp theme install twentyten`
85+ And I try `wp theme activate twentyten`
8586 And I run `wp core update --version=6.2 --force`
8687
8788 When I run `wp core version`
Original file line number Diff line number Diff line change 66 beStrictAboutOutputDuringTests =" true"
77 beStrictAboutTestsThatDoNotTestAnything =" true"
88 beStrictAboutTodoAnnotatedTests =" true"
9+ convertErrorsToExceptions =" true"
10+ convertWarningsToExceptions =" true"
11+ convertNoticesToExceptions =" true"
12+ convertDeprecationsToExceptions =" true"
913 colors =" true"
1014 verbose =" true" >
1115 <testsuite name =" wp-cli/wp-cli tests" >
You can’t perform that action at this time.
0 commit comments