Skip to content

Commit af770e2

Browse files
committed
Add "test" composer command to run easier unit tests
1 parent f255b52 commit af770e2

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
@@ -19,6 +19,9 @@
1919
"require-dev": {
2020
"phpunit/phpunit": "^10.2"
2121
},
22+
"scripts": {
23+
"test": "vendor/bin/phpunit"
24+
},
2225
"license": "MIT",
2326
"autoload": {
2427
"psr-4": {

0 commit comments

Comments
 (0)