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.
1 parent 1e399ad commit f9fac7cCopy full SHA for f9fac7c
.github/workflows/phpunit-tests-run.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: shivammathur/setup-php@v2
36
with:
37
php-version: '${{ inputs.php }}'
38
+ ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
39
tools: phpunit-polyfills
40
41
- name: Install Composer dependencies
0 commit comments