We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c485d25 commit 44c47e5Copy full SHA for 44c47e5
.github/workflows/run-tests.yml
@@ -76,4 +76,4 @@ jobs:
76
run: "composer dump-autoload --optimize --strict-psr"
77
78
- name: "Execute unit tests"
79
- run: "vendor/bin/phpunit --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox"
+ run: "vendor/bin/phpunit"
0 commit comments