Skip to content

Commit 1372725

Browse files
committed
Add composer test command
1 parent 5d87898 commit 1372725

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
@@ -51,5 +51,10 @@
5151
},
5252
"config": {
5353
"sort-packages": true
54+
},
55+
"scripts": {
56+
"test": [
57+
"phpunit --colors --no-interaction"
58+
]
5459
}
5560
}

0 commit comments

Comments
 (0)