mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
Merge pull request #348 from wp-cli/update-phpunit-config
This commit is contained in:
commit
d67d8348f6
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@
|
|||
backupGlobals="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertDeprecationsToExceptions="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="testing">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue