We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f1543f + 8a220fe commit 4203749Copy full SHA for 4203749
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
php-version: ${{ matrix.php-version }}
21
tools: composer
22
coverage: xdebug
23
+ ini-values: error_reporting=E_ALL
24
25
- uses: ramsey/composer-install@v1
26
phpunit.xml
@@ -2,6 +2,7 @@
2
<phpunit backupGlobals="false"
3
backupStaticAttributes="false"
4
colors="true"
5
+ convertDeprecationsToExceptions="true"
6
convertErrorsToExceptions="true"
7
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
0 commit comments