Created
March 31, 2020 18:11
-
-
Save asbiin/a9894f90c8a233d4a96873305e91a8cf 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
| phpunit() { | |
| filter= | |
| if [ -n "$1" ]; then | |
| filter="--filter $1"; | |
| fi | |
| sudo phpdismod xdebug | |
| vendor/bin/phpunit $filter | |
| sudo phpenmod xdebug | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment