0
我試圖學習zend框架2與此phpunit添加,但我無法得到它的工作。我已經按照官方ZF2教程(http://framework.zend.com/manual/2.0/en/user-guide/unit-testing.html)中的步驟,現在我面臨着一些錯誤訊息毫無章法的PHPunit測試不起作用
Warning: require_once(File/Iterator/Autoload.php): failed to open stream: No such file or directory in C:\xampp\php\pear\PHPUnit\Autoload.php on line 64
Fatal error: require_once(): Failed opening required 'File/Iterator/Autoload.php' (include_path='.;\php\zend_framework\library;\php\pear\PEAR') in C:\xampp\php\pear\PHPUnit\Autoload.php on line 64
PS C:\xampp\htdocs\new103\module\Application\test>