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 36b43a6 commit 2152e2bCopy full SHA for 2152e2b
.github/workflows/functional-tests.yml
@@ -81,6 +81,6 @@ jobs:
81
working-directory: src/Turbo
82
run: |
83
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
84
- vendor/bin/simple-phpunit
+ vendor/bin/simple-phpunit -vvv --debug --testdox
85
env:
86
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
0 commit comments