Skip to content

Instantly share code, notes, and snippets.

@jdcantrell
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdcantrell/e3ab3d9fadfe6d6037fe to your computer and use it in GitHub Desktop.
Save jdcantrell/e3ab3d9fadfe6d6037fe to your computer and use it in GitHub Desktop.
function watchtest () {
watchmedo shell-command -W -p "./$1/*;./tests/$1/*" -R -c "phpunit --config tests/phpunit_local.xml tests/$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment