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 3edc27f commit e4005a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -54,8 +54,7 @@
"sort-packages": true
},
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
"test": "phpunit --testdox --no-interaction",
"test-watch": "phpunit-watcher watch"
}
}

0 comments on commit e4005a9

Please sign in to comment.