diff options
author | Vincent Klaiber <vinkla@users.noreply.github.com> | 2016-04-03 22:20:02 +0200 |
---|---|---|
committer | Vincent Klaiber <vinkla@users.noreply.github.com> | 2016-04-03 22:20:02 +0200 |
commit | f0f05c32c80aaeb93d4937dd2f2d4834d058a56f (patch) | |
tree | c53dfb173811c08196d4fd852f380147efa6c703 | |
parent | 088c04e2f261c33bed6ca5245491cfca69195ccf (diff) | |
download | random_compat-f0f05c32c80aaeb93d4937dd2f2d4834d058a56f.zip random_compat-f0f05c32c80aaeb93d4937dd2f2d4834d058a56f.tar.gz random_compat-f0f05c32c80aaeb93d4937dd2f2d4834d058a56f.tar.bz2 |
Update phpunit config
We can prevent risky tests and warnings.
-rw-r--r-- | phpunit.xml.dist | 4 |
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> |