Skip to content

Instantly share code, notes, and snippets.

@NimaGhaedsharafi
Last active June 13, 2017 12:30
Show Gist options
  • Save NimaGhaedsharafi/6213612a47f1817813273574e7e62dea to your computer and use it in GitHub Desktop.
Save NimaGhaedsharafi/6213612a47f1817813273574e7e62dea to your computer and use it in GitHub Desktop.
Run phpunit individually on test files
for file in tests/*
echo "$file" && phpunit "$file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment