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 7, 2024
1 parent 7056575 commit 954a097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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
run: php -d allow_url_fopen=0 -d memory_limit=256M -d register_globals=0 vendor/bin/phpunit

code_checks:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 954a097

Please sign in to comment.