Check deprecations in tests
This commit is contained in:
parent
1b75a04cf9
commit
726b51151c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/vendor
|
/vendor
|
||||||
composer.lock
|
composer.lock
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
.env
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
convertErrorsToExceptions="true"
|
convertErrorsToExceptions="true"
|
||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
convertWarningsToExceptions="true"
|
convertWarningsToExceptions="true"
|
||||||
|
convertDeprecationsToExceptions="true"
|
||||||
processIsolation="false"
|
processIsolation="false"
|
||||||
stopOnFailure="false">
|
stopOnFailure="false">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user