Check deprecations in tests
This commit is contained in:
parent
1b75a04cf9
commit
726b51151c
2 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue