Skip to content

Commit a7d064c

Browse files
committed
Add composer test command
1 parent a277ac6 commit a7d064c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@
5656
},
5757
"config": {
5858
"sort-packages": true
59+
},
60+
"scripts": {
61+
"test": [
62+
"phpunit --colors --no-interaction"
63+
]
5964
}
6065
}

0 commit comments

Comments
 (0)