Skip to content

Commit

Permalink
remove testdox flag from phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed May 7, 2024
1 parent 6144ec3 commit 5946efe
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 @@ -36,7 +36,7 @@
"psr-4": { "Keboola\\GenericExtractor\\Tests\\": "tests/phpunit" }
},
"scripts": {
"tests-phpunit": "phpunit --testdox",
"tests-phpunit": "phpunit",
"tests": [
"@tests-phpunit"
],
Expand Down

0 comments on commit 5946efe

Please sign in to comment.