Skip to content

Instantly share code, notes, and snippets.

@delr3ves
Created November 14, 2012 13:44
Show Gist options
  • Save delr3ves/4072143 to your computer and use it in GitHub Desktop.
Save delr3ves/4072143 to your computer and use it in GitHub Desktop.
Hook to execute PHPUnit test before commit.
#!/bin/sh
#add this code to your .git/hook/pre-comit file
phpunit -c app/
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment