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