Skip to content

Commit

Permalink
Add PHPUnit debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 7, 2024
1 parent c1c1938 commit 8321c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run test suite
if: matrix.coverage != true
run: php -d memory_limit=-1 -d zend.enable_gc=0 -d error_reporting=-1 vendor/phpunit/phpunit/phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings
run: php -d memory_limit=-1 -d zend.enable_gc=0 -d error_reporting=-1 vendor/phpunit/phpunit/phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings -vvv --debug
env:
PHP_VERSION: ${{ matrix.php }}

Expand Down

0 comments on commit 8321c58

Please sign in to comment.