我在WAMP下成功安装了PHPunit但是当我在cmd中键入phpunit
来测试它时,它会让我回来:
PHP warning: require_once(File/Iterator/Autoload.php) : failed to open stream : No such file or directory in c:\wamp\bin\php\php5.4.3\pear\PHPUnit\Autoload.php on line 45
PHP Stack trace :
PHP 1. {main}() C:\wamp\bin\php\php5.4.3\phpunit:0
PHP 2. require() C:\wamp\bin\php\php5.4.3\phpunit:43
Warning: require_once(File/Iterator/Autoload.php): Failed to open stream:No such file or directory in C:\wamp\bin\php\php5.4.3\pear\PHPUnit\Autoload.php on line 45
以及一组有关Autoload.php
我试图寻找类似问题的解决方案,但没有任何对我有用!
任何提示?
谢谢。