Skip to content

Commit

Permalink
test: Verbose output to get a hint why test are being skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Aug 2, 2024
1 parent 5224ee9 commit 24b343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"coverage": "phpunit --coverage-text",
"style-check": "php-cs-fixer fix --dry-run --verbose --diff",
"style-fix": "php-cs-fixer fix --verbose",
"test": "phpunit",
"test": "phpunit --verbose",
"testOnly": "phpunit --colors --filter"
}
}

0 comments on commit 24b343b

Please sign in to comment.