Skip to content

Commit

Permalink
Batch add test-watch script and use testdox style for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 29, 2020
1 parent 1471c42 commit e864e80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -62,9 +62,8 @@
}
},
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
"test": "phpunit --testdox --no-interaction",
"test-watch": "phpunit-watcher watch"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit e864e80

Please sign in to comment.