Skip to content

Commit 1e821d2

Browse files
committed
Add phpuint script to composer.json
1 parent f2c54a4 commit 1e821d2

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)