We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bd456 commit 3cac1d4Copy full SHA for 3cac1d4
.github/workflows/tests.yml
@@ -75,7 +75,6 @@ jobs:
75
php-ini-values: "zend.assertions=1"
76
77
- name: "Run PHPUnit"
78
- run: "vendor/bin/phpunit -v"
+ run: "vendor/bin/phpunit"
79
env:
80
- SYMFONY_DEPRECATIONS_HELPER: 999999
81
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}
0 commit comments