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 d24a26a + ea29381 commit 065bb37Copy full SHA for 065bb37
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/i18n-command tests">
0 commit comments