Skip to content

Instantly share code, notes, and snippets.

@asbiin
Created March 31, 2020 18:11
Show Gist options
  • Select an option

  • Save asbiin/a9894f90c8a233d4a96873305e91a8cf to your computer and use it in GitHub Desktop.

Select an option

Save asbiin/a9894f90c8a233d4a96873305e91a8cf to your computer and use it in GitHub Desktop.
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