Skip to content

Commit

Permalink
Merge pull request #149 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 d3dd1a8 + 7d8e6c0 commit 29048b7
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 @@ -46,7 +46,7 @@
"pagerfanta/core": "^3.8",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^11.2",
"phpunit/phpunit": "^11.3",
"psr/simple-cache": "^3.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
Expand Down Expand Up @@ -79,7 +79,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 29048b7

Please sign in to comment.