Skip to content

Commit 038cfce

Browse files
authored
Add composer test script for phpunit
1 parent a41e863 commit 038cfce

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
@@ -27,5 +27,8 @@
2727
"psr-4": {
2828
"Picqer\\Financials\\Moneybird\\": "src/Picqer/Financials/Moneybird"
2929
}
30+
},
31+
"scripts": {
32+
"test": "vendor/bin/phpunit"
3033
}
3134
}

0 commit comments

Comments
 (0)