{
"name": "phpunit-watcher",
"description": "Automatically rerun PHPUnit tests when source code changes",
"subcommands": [
{
"name": "watch",
"description": "This will run the tests and rerun them whenever a file in the app, src or tests directory is modified",
"options": [
{
"names": [
"--filter"
],
"description": "Watch a specific test",
"takes_arg": true,
"arg": {
"name": "filter"
}
}
]
}
]
}