Skip to content

Commit 4203749

Browse files
authored
Merge pull request #85 from MasterOdin/mpeveler/chore-deprecations
Catch deprecations as part of test suite
2 parents 4f1543f + 8a220fe commit 4203749

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
php-version: ${{ matrix.php-version }}
2121
tools: composer
2222
coverage: xdebug
23+
ini-values: error_reporting=E_ALL
2324

2425
- uses: ramsey/composer-install@v1
2526

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
44
colors="true"
5+
convertDeprecationsToExceptions="true"
56
convertErrorsToExceptions="true"
67
convertNoticesToExceptions="true"
78
convertWarningsToExceptions="true"

0 commit comments

Comments
 (0)