mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Remove --verbose flag for PHPUnit 10+ compatibility
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -37,6 +37,6 @@ jobs:
|
||||
run: composer install --no-interaction --prefer-dist
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit --verbose
|
||||
run: vendor/bin/phpunit
|
||||
env:
|
||||
APP_ENV: testing
|
||||
|
||||
Reference in New Issue
Block a user