Skip to content

Instantly share code, notes, and snippets.

@samsamm777
Last active December 11, 2015 22:19
Show Gist options
  • Save samsamm777/4668964 to your computer and use it in GitHub Desktop.
Save samsamm777/4668964 to your computer and use it in GitHub Desktop.
Git pre-commit hook to run phpunit tests for Symfony2
#!/bin/sh
phpunit -c /PATH_TO_SYMFONY/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment