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 a3bbd27 commit 5ff4215Copy full SHA for 5ff4215
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony?serverVersion=8.0&charset=utf8mb4
65
66
- name: Run functional and integration test suite
67
- run: php -dmax_execution_time=300 vendor/bin/phpunit --testsuite functional,integration
+ run: php -dmax_execution_time=300 vendor/bin/phpunit --display-deprecations --testsuite functional,integration
68
env:
69
70
0 commit comments