Skip to content

Commit

Permalink
Added a composer script for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic committed Nov 1, 2022
1 parent 79d9048 commit cad2b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"scripts": {
"fix-cs": "php-cs-fixer fix",
"analyse": "phpstan analyse"
"analyse": "phpstan analyse",
"test": "phpunit"
}
}

0 comments on commit cad2b4c

Please sign in to comment.