【发布时间】:2011-09-10 19:52:20
【问题描述】:
当我在命令行上运行phpunit 时,我得到'phpunit' is not recognized as an internal or external command, operable program or batch file.
php 已添加到我的系统路径中。
我的 php.ini 包含include_path=".;C:\PHP\pear"。
如何让命令phpunit被命令行识别?
【问题讨论】:
标签: php windows windows-7 phpunit