Skip to content

Commit

Permalink
Remove not necessary phpunit configuration option from composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjandl committed Apr 5, 2024
1 parent efbabef commit 2a2c62f
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 @@ -33,8 +33,8 @@
"phpcs": "phpcs -s -n -p --extensions=php src tests",
"phpcbf": "phpcbf -s -n -p --extensions=php src tests",
"phpstan": "phpstan analyse ./src ./tests -c phpstan.neon",
"tests": "phpunit --configuration phpunit.xml.dist --testsuite 'Main'",
"tests-file-storage": "phpunit --configuration phpunit.xml.dist --testsuite 'File Storage'"
"tests": "phpunit --testsuite 'Main'",
"tests-file-storage": "phpunit --testsuite 'File Storage'"
},
"authors": [
{
Expand Down

0 comments on commit 2a2c62f

Please sign in to comment.