Skip to content

Commit c8b686f

Browse files
authored
Merge pull request #8 from JayBizzle/patch-1
Add missing custom composer command
2 parents 653d5ca + fcdeb40 commit c8b686f

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)