Skip to content

Commit

Permalink
Merge pull request #63 from acelaya-forks/feature/testdox-summary
Browse files Browse the repository at this point in the history
Add --testdox-summary flag to phpunit executions
  • Loading branch information
acelaya authored Aug 4, 2024
2 parents 1aa4479 + b876bab commit 762596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^11.2",
"phpunit/phpunit": "^11.3",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"spiral/roadrunner-jobs": "^4.5",
Expand Down Expand Up @@ -53,7 +53,7 @@
"cs": "phpcs",
"cs:fix": "phpcbf",
"stan": "phpstan analyse",
"test": "phpunit --order-by=random --testdox --colors=always",
"test": "phpunit --order-by=random --testdox --testdox-summary",
"test:ci": "@test --coverage-clover=build/clover.xml",
"test:pretty": "@test --coverage-html=build/coverage-html"
},
Expand Down

0 comments on commit 762596c

Please sign in to comment.