Skip to content

Commit 470eb1a

Browse files
committed
Add composer test script
1 parent 74609da commit 470eb1a

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
@@ -21,6 +21,9 @@
2121
"orchestra/testbench": ">=3.6",
2222
"phpunit/phpunit": "^7.0|^8.0"
2323
},
24+
"scripts": {
25+
"test": "phpunit"
26+
},
2427
"autoload": {
2528
"psr-4": {
2629
"CodeZero\\StageFront\\": "src"

0 commit comments

Comments
 (0)