phpstorm - 用户不同的phpunit怎么样?

时间:2012-12-06 14:30:52

标签: phpunit phpstorm

我的系统上安装的phpunit是一个古老的版本,我无权更改它。所以我下载了当前版本的phpunit,并把它(例如)放在/ home / myname / apps / PHPUnit /

我如何让phpstorm使用phpunit而不是/ usr / bin / phpunit?

的问候, malicor

1 个答案:

答案 0 :(得分:0)

可以为每个项目或您的用户安装单独的PEAR:

$ mkdir ~/pear
$ pear config-create ~/pear ~/pear/pear.conf

现在,如果使用每个命令传递配置文件,则可以安装软件包:

$ pear -c ~/pear/pear.conf install html_quickform2

如果您根本不想使用系统范围的梨,请将pear.conf文件移到~/.pearrc - 它会自动覆盖任何系统设置。您无需再指定-c ~/pear/pear.conf