Questions tagged «phpunit»

3
PHPUnit Windows命令框漂亮的颜色
我在Windows机器上安装了PHPunit。但是我在命令行上没有得到很好的输出。具有绿色。PHPunit邮件列表上的某人告诉我,我需要ansi.sys驱动程序。 谁能告诉我该怎么做,以便PHPunit使用驱动程序? 我试图添加 device=%SystemRoot%\System32\ansi.sys 到我的config.nt,但这没有给我想要的输出。有任何想法吗?

4
尝试从PEAR安装PHPUnit时出错
$ 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 我需要做些什么才能安装PHPUnit?
8 php  pear  phpunit 

2
为什么显示ubuntu的xampp中未安装pear和phpunit?
我已经在Ubuntu 12.04上安装了xampp 1.8。在/ opt / lampp / lib / php / PEAR中,我可以看到有两个名为PEAR和PHPUnit的目录。 但是,当我从终端运行pear -V或phpunit时,它给出以下消息: 当前未安装程序“ pear”。您可以通过键入以下命令进行安装:sudo apt-get install php-pear 和 当前未安装程序“ phpunit”。您可以通过键入以下命令进行安装:sudo apt-get install phpunit 为什么显示这些消息?我需要再次安装pear和phpunit吗?如果是这样,该怎么做,因为我仍然有PEAR和PHPUnit目录/ opt / lampp / lib / php /
1 ubuntu  php  xampp  pear  phpunit 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.