Skip to content

Commit

Permalink
fix: Test script on newer phpunit versions does not allow the -v flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpratt committed Jan 4, 2025
1 parent c3084cf commit 299a90e
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 @@ -38,7 +38,7 @@
"psr-4": {"Embera\\": "tests/Embera"}
},
"scripts": {
"test": [ "Composer\\Config::disableProcessTimeout", "phpunit -v" ],
"test": [ "Composer\\Config::disableProcessTimeout", "phpunit" ],
"test-github": "phpunit -v -c phpunit-github.xml",
"analyse": "phpstan analyse src --level=4 --no-progress"
}
Expand Down

0 comments on commit 299a90e

Please sign in to comment.