Skip to content

Commit abfe447

Browse files
composer: Add test script (#222)
1 parent e9cadbf commit abfe447

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"scripts": {
3737
"lint": "phpstan && phpcs .",
38-
"fix": "php-cs-fixer fix"
38+
"fix": "php-cs-fixer fix",
39+
"test": "phpunit --colors"
3940
},
4041
"config": {
4142
"platform": {

0 commit comments

Comments
 (0)