Skip to content

Commit

Permalink
PHPUnit removed the --verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Dec 6, 2024
1 parent 655a4a5 commit 3d27ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-progress

- name: Execute tests in default environment
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Execute tests in hardened environment
run: php -d allow_url_fopen=0 -d memory_limit=256M -d register_globals=0 vendor/bin/phpunit --verbose
Expand Down

0 comments on commit 3d27ac2

Please sign in to comment.