Skip to content

Instantly share code, notes, and snippets.

@toleillo
Created November 20, 2013 14:39
Show Gist options
  • Save toleillo/7564236 to your computer and use it in GitHub Desktop.
Save toleillo/7564236 to your computer and use it in GitHub Desktop.
Symfony2 - PHPUnit Run Tests Command
while (true) do clear; date; phpunit -c app/ src/[BundleSrc|TestFileSrc]; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment