Skip to content

Commit f9fac7c

Browse files
committed
Report all PHP errors in unit tests
1 parent 1e399ad commit f9fac7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpunit-tests-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: shivammathur/setup-php@v2
3636
with:
3737
php-version: '${{ inputs.php }}'
38+
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
3839
tools: phpunit-polyfills
3940

4041
- name: Install Composer dependencies

0 commit comments

Comments
 (0)