Skip to content

Commit e1d1340

Browse files
committed
Batch add test-watch script and use testdox style for test script
1 parent 3b8129b commit e1d1340

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
"sort-packages": true
5656
},
5757
"scripts": {
58-
"test": [
59-
"phpunit --colors --no-interaction"
60-
]
58+
"test": "phpunit --testdox --no-interaction",
59+
"test-watch": "phpunit-watcher watch"
6160
}
6261
}

0 commit comments

Comments
 (0)