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

0 comments on commit 46d6df5

Please sign in to comment.