summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-04-03 16:27:48 -0400
committerScott <scott@paragonie.com>2016-04-03 16:27:48 -0400
commitd0aa2675b3891090468eb8bd42ab7bc512625991 (patch)
treec53dfb173811c08196d4fd852f380147efa6c703
parent088c04e2f261c33bed6ca5245491cfca69195ccf (diff)
parentf0f05c32c80aaeb93d4937dd2f2d4834d058a56f (diff)
downloadrandom_compat-d0aa2675b3891090468eb8bd42ab7bc512625991.zip
random_compat-d0aa2675b3891090468eb8bd42ab7bc512625991.tar.gz
random_compat-d0aa2675b3891090468eb8bd42ab7bc512625991.tar.bz2
Merge pull request #102 from vinkla/patch-1
Update phpunit config
-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>