We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8129b commit e1d1340Copy full SHA for e1d1340
1 file changed
composer.json
@@ -55,8 +55,7 @@
55
"sort-packages": true
56
},
57
"scripts": {
58
- "test": [
59
- "phpunit --colors --no-interaction"
60
- ]
+ "test": "phpunit --testdox --no-interaction",
+ "test-watch": "phpunit-watcher watch"
61
}
62
0 commit comments