Skip to content

Commit

Permalink
drop composer test script in favor of tests one
Browse files Browse the repository at this point in the history
  • Loading branch information
radarlog committed Aug 17, 2020
1 parent ffe098e commit 21a754c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
}
},
"scripts": {
"test": [
"tests": [
"vendor/bin/phpstan analyse --ansi",
"vendor/bin/psalm --taint-analysis",
"vendor/bin/phpunit"
],
"tests": "@test"
]
}
}

0 comments on commit 21a754c

Please sign in to comment.