我在 Windows 机器上安装了 PHPunit。但是我的命令行没有得到很好的输出。搭配绿色。PHPunit 邮件列表上有人告诉我我需要 ansi.sys 驱动程序。
有人能告诉我怎么做才能让 PHPunit 使用驱动程序吗?
我试着添加
device=%SystemRoot%\System32\ansi.sys
Run Code Online (Sandbox Code Playgroud)
到我的 config.nt,但这并没有给我想要的输出。有任何想法吗?
$ sudo pear install phpunit/PHPUnit
Unknown remote channel: pear.symfony-project.com
phpunit/PHPUnit requires package "channel://pear.symfony-project.com/YAML" (version >= 1.0.2)
phpunit/PHPUnit can optionally use PHP extension "xdebug" (version >= 2.0.5)
No valid packages found
install failed
Run Code Online (Sandbox Code Playgroud)
我需要做什么才能安装 PHPUnit?