Skip to content

Instantly share code, notes, and snippets.

@amycheng
Created January 29, 2015 17:04
Show Gist options
  • Save amycheng/395368d527faae8fb8eb to your computer and use it in GitHub Desktop.
Save amycheng/395368d527faae8fb8eb to your computer and use it in GitHub Desktop.
PHPunit tips
//to print to the command line during a test
fwrite(STDERR, print_r("comment", TRUE));
//to use CLI colors
phpunit --colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment