mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 08:00:57 +00:00
Catch deprecations as part of test suite
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
tools: composer
|
||||
coverage: xdebug
|
||||
ini-values: error_reporting=E_ALL
|
||||
|
||||
- uses: ramsey/composer-install@v1
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
colors="true"
|
||||
convertDeprecationsToExceptions="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
|
||||
Reference in New Issue
Block a user