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