Skip to content

Commit

Permalink
Merge pull request #62 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 c7dbbb9 + d2f373b commit 4e15b7b
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 @@ -23,7 +23,7 @@
"devster/ubench": "^2.1",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^11.3",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^7.0 || ^6.4"
Expand All @@ -47,7 +47,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 4e15b7b

Please sign in to comment.