Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPUnit enable Color Output

I am running PHPUnit from command line on Windows 7. I tried to enable color output via phpunit --color. But it still display same, no color output. How can I get color output of PHPUnit from command line on Win7?

like image 926
user1995781 Avatar asked Jan 09 '23 11:01

user1995781


1 Answers

You will have to use http://softkube.com/blog/ansi-command-line-colors-under-windows or get some sane console like conemu https://code.google.com/p/conemu-maximus5/

Also, I suggest to download git for windows and use bash as your default shell.

like image 161
jasir Avatar answered Jan 12 '23 00:01

jasir