Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

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 authored and devanych committed Feb 1, 2021
1 parent c750233 commit cea217f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
},
"prefer-stable": true,
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
"test": "phpunit --testdox --no-interaction",
"test-watch": "phpunit-watcher watch"
}
}

0 comments on commit cea217f

Please sign in to comment.