Skip to content

Commit d0af792

Browse files
authored
Merge pull request #90 from tronsha/master
Added phpunit to scripts in composer.json
2 parents cf04564 + de448c2 commit d0af792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"scripts": {
4343
"cs:fix": "phpcbf --standard=phpcs.xml",
4444
"cs:check": "phpcs --standard=phpcs.xml --colors -ps",
45-
"phpstan": "@php vendor/bin/phpstan analyse src --level 6"
45+
"phpstan": "@php vendor/bin/phpstan analyse src --level 6",
46+
"phpunit": "@php vendor/phpunit/phpunit/phpunit"
4647
}
4748
}

0 commit comments

Comments
 (0)