Skip to content

Commit

Permalink
Merge pull request #90 from tronsha/master
Browse files Browse the repository at this point in the history
Added phpunit to scripts in composer.json
  • Loading branch information
tronsha authored Dec 3, 2020
2 parents cf04564 + de448c2 commit d0af792
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 @@ -42,6 +42,7 @@
"scripts": {
"cs:fix": "phpcbf --standard=phpcs.xml",
"cs:check": "phpcs --standard=phpcs.xml --colors -ps",
"phpstan": "@php vendor/bin/phpstan analyse src --level 6"
"phpstan": "@php vendor/bin/phpstan analyse src --level 6",
"phpunit": "@php vendor/phpunit/phpunit/phpunit"
}
}

0 comments on commit d0af792

Please sign in to comment.