Skip to content

Commit 8636eb7

Browse files
committed
Add composer test command
1 parent 10aea0d commit 8636eb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@
5252
},
5353
"config": {
5454
"sort-packages": true
55+
},
56+
"scripts": {
57+
"test": [
58+
"phpunit --colors --no-interaction"
59+
]
5560
}
5661
}

0 commit comments

Comments
 (0)