PHPUnit输入文件问题

时间:2011-06-26 00:08:25

标签: unit-testing phpunit pear

我知道最近有很多关于PHPUnit问题的讨论,我花了四天时间试图在我的Windows 7计算机上设置PHPUnit。我已经确定我升级了PEAR以便它是最新的。当我安装PHPUnit时,我得到以下内容:

C:\Users\Marc>pear install --alldeps phpunit/PHPUnit
phpunit/PHPUnit can optionally use PHP extension "curl"
phpunit/PHPUnit can optionally use PHP extension "dbus"
downloading PHPUnit-3.5.14.tgz ...
Starting to download PHPUnit-3.5.14.tgz (118,697 bytes)
..........................done: 118,697 bytes
install ok: channel://pear.phpunit.de/PHPUnit-3.5.14

C:\Users\Marc>

据我所知,一切顺利......现在当我试着致电phpunit时,我得到以下问题:

  

无法打开输入文件C:\ server \ www \ phpunit

有谁知道如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

找出phpunit .bat文件的安装位置

$ pear list phpunit/phpunit

会有像

这样的行
script    C:\foo\bar\baz\bin\phpunit.bat

此目录(C:\foo\bar\baz\bin\)必须位于PATH变量中。