当我在 WAMP 上的 Windows 中运行 PHPUnit 时,有时会得到如下奇怪的输出:
PHPUnit 3.7.22 by Sebastian Bergmann.
Configuration read from D:\MrDWorkspace\Zend\mrdelivery\phpunit.xml
←[41;37mF←[0m.... <-------- this is the weird output
这是什么意思?
当我在 WAMP 上的 Windows 中运行 PHPUnit 时,有时会得到如下奇怪的输出:
PHPUnit 3.7.22 by Sebastian Bergmann.
Configuration read from D:\MrDWorkspace\Zend\mrdelivery\phpunit.xml
←[41;37mF←[0m.... <-------- this is the weird output
这是什么意思?
这些是屏幕显示的颜色代码。如果您使用的是简单的 DOS 窗口,则这些窗口不起作用,并且可以从命令行关闭(省略 --colors 选项)。命令行参数可以在PHPUnit 手册中找到。
可以在 Windows(PowerShell 或其他东西)中运行“更智能”的 shell,然后正确显示颜色。
您可以使用ANSICON执行此操作
注意:Windows 32 位 = x86 文件夹,Windows 64 位 = x64 文件夹。