mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Let PHPUnit fail on warnings and risky tests
This commit is contained in:
parent
a48fb7b48a
commit
bfd197fafd
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
failOnWarning="true"
|
||||
failOnRisky="true"
|
||||
stopOnFailure="false"
|
||||
bootstrap="vendor/autoload.php"
|
||||
>
|
||||
<php>
|
||||
|
|
Loading…
Add table
Reference in a new issue