Last active
December 11, 2015 22:19
-
-
Save samsamm777/4668964 to your computer and use it in GitHub Desktop.
Git pre-commit hook to run phpunit tests for Symfony2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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