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 5435a22 commit 9251fd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -66,5 +66,10 @@
"type": "composer",
"url": "https://asset-packagist.org"
}
]
],
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
}
}

0 comments on commit 9251fd1

Please sign in to comment.