summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpunit.xml.dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index b4697d3..19c5e22 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -6,6 +6,8 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
+ failOnRisky="true"
+ failOnWarning="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
@@ -26,4 +28,4 @@
<directory suffix=".php">./lib</directory>
</whitelist>
</filter>
-</phpunit> \ No newline at end of file
+</phpunit>