Skip to content

Commit

Permalink
run phpunit with debug instead of -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Feb 3, 2024
1 parent 1cd452c commit 0bb6425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_unit_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

./vendor/bin/phpunit -c ./tests/Unit/phpunit.xml.dist --testsuite=Unit -vvv --log-junit output/junit-unit-report.xml
./vendor/bin/phpunit -c ./tests/Unit/phpunit.xml.dist --testsuite=Unit --debug --log-junit output/junit-unit-report.xml

0 comments on commit 0bb6425

Please sign in to comment.