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.
2 parents 6bf8dae + 082dee8 commit 9dc4084Copy full SHA for 9dc4084
phpunit.xml.dist
@@ -6,6 +6,10 @@
6
beStrictAboutOutputDuringTests="true"
7
beStrictAboutTestsThatDoNotTestAnything="true"
8
beStrictAboutTodoAnnotatedTests="true"
9
+ convertErrorsToExceptions="true"
10
+ convertWarningsToExceptions="true"
11
+ convertNoticesToExceptions="true"
12
+ convertDeprecationsToExceptions="true"
13
colors="true"
14
verbose="true">
15
<testsuite name="wp-cli/package-command tests">
0 commit comments