Skip to content

Commit 39878a9

Browse files
committed
ci: remove --testdox option from PHPUnit execution
1 parent 7161c18 commit 39878a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Execute tests
4444
run: |
45-
vendor/bin/phpunit --testdox
45+
vendor/bin/phpunit
4646
4747
- name: Prepare paths for SonarQube analysis
4848
run: |

0 commit comments

Comments
 (0)