mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
PHPUnit template: convert deprecations to exceptions
This commit is contained in:
parent
820581d9e1
commit
e8497b6d2e
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@
|
||||||
backupGlobals="false"
|
backupGlobals="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
convertErrorsToExceptions="true"
|
convertErrorsToExceptions="true"
|
||||||
convertNoticesToExceptions="true"
|
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
|
convertNoticesToExceptions="true"
|
||||||
|
convertDeprecationsToExceptions="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="testing">
|
<testsuite name="testing">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue