使用 xampp 运行 Selenium RC 和 PHP(phpunit 无法识别错误)

发布于 2024-11-05 09:07:11 字数 370 浏览 0 评论 0原文

我已遵循这篇文章中的所有步骤,但是当我运行 pear mytest.php 时,出现错误 http://jodyt.com/2009/03/selenium-rc- and-php/#comments

phpunit is not recognized as an internal or external command, operable program or batch file

我不知道我可能做错了什么。请大家提供任何帮助,我们将不胜感激。

预先感谢您。 达~~

I have followed all the steps on this post but when i run the pear mytest.php i get the error
http://jodyt.com/2009/03/selenium-rc-and-php/#comments

phpunit is not recognized as an internal or external command, operable program or batch file

I dont know what i might be doing wrong. please guys any help will be highly appreciated.

Thanks you in advance.
D~~

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的笑 2024-11-12 09:07:11

这是因为 Windows 无法将 phpunit 识别为程序,因为 phpunit.exe 的位置未添加到 Path 环境变量

只需在 Path 环境变量值的末尾添加 ;C:/xampp/php (注意分号很重要,而且我假设您的 xampp 位于 C:/ 中)

希望这会有所帮助。

This is because windows is not able to recognize phpunit as a program because location of phpunit.exe is not added to Path environment variable.

just add ;C:/xampp/php at the end of the value of Path environment variable(note semicolon is important, Also I'm assuming your xampp is in C:/)

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文