Created
January 25, 2017 15:20
-
-
Save caillioux/907089c7c4abe61509c68d5096cb451a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| cwd=`pwd` | |
| if [ ! -f $cwd/vendor/bin/phpunit ]; then | |
| echo "No local phpunit found." | |
| exit 1 | |
| fi | |
| php vendor/bin/phpunit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment