diff --git a/phpunit.baseline.xml b/phpunit.baseline.xml new file mode 100644 index 0000000..f33abb6 --- /dev/null +++ b/phpunit.baseline.xml @@ -0,0 +1,2 @@ + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 33d1806..095c6a2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,10 +4,18 @@ cacheDirectory=".phpunit.cache" bootstrap="vendor/autoload.php" failOnWarning="true" + failOnNotice="true" + failOnDeprecation="true" + displayDetailsOnTestsThatTriggerDeprecations="true" colors="true"> tests/rules + + + rules + +