Skip to content

Instantly share code, notes, and snippets.

@caramelchocolate
Created March 31, 2020 06:42
Show Gist options
  • Save caramelchocolate/3e633d7dd23d8ad0f8ff85017dc6ea38 to your computer and use it in GitHub Desktop.
Save caramelchocolate/3e633d7dd23d8ad0f8ff85017dc6ea38 to your computer and use it in GitHub Desktop.
phpunit wrapper
#!/bin/sh
echo "--------------------------------------------------"
date +"%Y/%m/%d %H:%M:%S"
echo "--------------------------------------------------"
vendor/bin/phpunit -c phpunit.xml.dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment