Skip to content

Commit e4005a9

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"sort-packages": true
5555
},
5656
"scripts": {
57-
"test": [
58-
"phpunit --colors --no-interaction"
59-
]
57+
"test": "phpunit --testdox --no-interaction",
58+
"test-watch": "phpunit-watcher watch"
6059
}
6160
}

0 commit comments

Comments
 (0)