Run tests in strict coverage mode by default
This commit is contained in:
parent
465425f01f
commit
5f676cb79f
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
bootstrap="vendor/autoload.php"
|
||||
checkForUnintentionallyCoveredCode="true"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue