1
0
mirror of synced 2024-11-21 20:46:03 +03:00

Check deprecations in tests

This commit is contained in:
Ilyas Salikhov 2024-01-27 19:40:29 +03:00
parent 1b75a04cf9
commit 726b51151c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/vendor
composer.lock
.phpunit.result.cache
.env

View File

@ -8,6 +8,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false">