Skip to content

Commit fcdeb40

Browse files
authored
Add missing custom composer command
1 parent 653d5ca commit fcdeb40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"NotificationChannels\\OneSignal\\Test\\": "tests"
3737
}
3838
},
39+
"scripts": {
40+
"test": "vendor/bin/phpunit"
41+
},
3942
"config": {
4043
"sort-packages": true
4144
},

0 commit comments

Comments
 (0)