Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Created October 23, 2019 05:00
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 ratacibernetica/7eb17893f7a9ab09f595631c70b89b41 to your computer and use it in GitHub Desktop.
Save ratacibernetica/7eb17893f7a9ab09f595631c70b89b41 to your computer and use it in GitHub Desktop.
run phpunit automatically with watchman
watchman-make -p 'app/**/*.php' 'tests/**/*.php' --make=vendor/bin/phpunit -t tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment