Skip to content

Commit

Permalink
Add composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 15, 2020
1 parent 6a1c19f commit 027d2a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -57,7 +57,9 @@
}
},
"scripts": {
"phan": "phan --progress-bar -o analysis.txt"
"test": [
"phpunit --colors --no-interaction"
]
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 027d2a5

Please sign in to comment.