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?
相关问题
- softlinks atime and mtime modification
- Get unexpanded argument from bash command line
- Include and Execute EXE in C# Command Line App
- Batch - Set variables in for loop
- selenium driver, option inside optgroup fails to e
相关文章
- Compile and build with single command line Java (L
- How to update command line output?
- How to execute another python script from your scr
- Is there a way to tell whether there are failures
- Python file keyword argument?
- Interactively merge files tracked with git and unt
- HowTo PHPUnit assertFunction
- Lauch default editor (like 'webbrowser' mo
Download Git for Windows, run phpunit from the command line in the Bash shell, and you will get colors.
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.