Skip to content

Commit

Permalink
Add custom "test" composer command
Browse files Browse the repository at this point in the history
Like NPM, just run `composer run test`
  • Loading branch information
pH-7 authored Dec 31, 2021
1 parent b0a480b commit e5cff30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}

0 comments on commit e5cff30

Please sign in to comment.