Skip to content

Commit f797b66

Browse files
committed
Added test script to composer
1 parent 94a3932 commit f797b66

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
@@ -26,5 +26,8 @@
2626
"LupeCode\\phpTraderNative\\": "source/",
2727
"LupeCode\\phpTraderNativeTest\\": "tests/"
2828
}
29+
},
30+
"scripts": {
31+
"test": "phpunit"
2932
}
3033
}

0 commit comments

Comments
 (0)