summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-phpunit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-phpunit.yml')
-rw-r--r--.github/workflows/test-phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml
index 3468dfdfb..59fdfc2df 100644
--- a/.github/workflows/test-phpunit.yml
+++ b/.github/workflows/test-phpunit.yml
@@ -114,6 +114,6 @@ jobs:
- name: PHPUnit Test
run: |
- php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/${{ matrix.DB }}.phpunit.xml
+ php -d error_reporting=E_ALL -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/${{ matrix.DB }}.phpunit.xml
env:
XDEBUG_MODE: coverage