Created
January 29, 2015 17:04
-
-
Save amycheng/395368d527faae8fb8eb to your computer and use it in GitHub Desktop.
PHPunit tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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