Skip to content

Commit

Permalink
Simplify phpunit command call
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 2, 2021
1 parent ce9d431 commit 13cb536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -52,7 +52,7 @@
],
"phpcs": "phpcs",
"phpcbf": "phpcbf",
"test": "phpunit --coverage-clover build/logs/clover.xml -c phpunit.xml.dist --colors=always",
"test": "phpunit",
"phpstan": "phpstan analyse ./src"
},
"prefer-stable": true,
Expand Down

0 comments on commit 13cb536

Please sign in to comment.