Skip to content

Commit e5cff30

Browse files
authored
Add custom "test" composer command
Like NPM, just run `composer run test`
1 parent b0a480b commit e5cff30

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
@@ -31,5 +31,8 @@
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "^9.5"
34+
},
35+
"scripts": {
36+
"test": "vendor/bin/phpunit"
3437
}
3538
}

0 commit comments

Comments
 (0)