Run tests in strict coverage mode by default

This commit is contained in:
PJ Dietz 2015-03-22 11:35:23 -04:00
parent 465425f01f
commit 5f676cb79f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="vendor/autoload.php"
checkForUnintentionallyCoveredCode="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"