Skip to content

Commit ce3ac48

Browse files
authored
Merge pull request #5994 from wp-cli/update-phpunit-config
2 parents 82ce7d9 + 6191c85 commit ce3ac48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

features/requests.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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`

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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">

0 commit comments

Comments
 (0)