Zend Studio 7.1 PHPUnit 测试用例向导不会填充“要测试的元素”
当我按照 ZS 文档中的说明创建 phpunit 测试用例时,向导在 上没有返回可供选择的对象“要测试的元素” 行。选择“浏览”会出现一个空对话框。我的首选项中的 PHPUnit 路径显示“/Applications/zend/zs710/plugins/com.zend.php.phpunit_7.1.0.v20091120-0900/resources/library/”。我还可以检查哪些内容来了解为什么无法创建测试用例?我是 ZS 和 PHP 的新手,所以我不知道如何解决这个问题。
谢谢。
When I follow the instructions in ZS documentation to create a phpunit test case, the wizard returns no objects to select on the "Element to Test" line. Selecting "browse" provides an empty dialog box. The PHPUnit path in my preferences shows "/Applications/zend/zs710/plugins/com.zend.php.phpunit_7.1.0.v20091120-0900/resources/library/". What else can I check to see why I cannot create a test case? I'm new to ZS and PHP, so I have no idea how to troubleshoot this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为问题是我对这个工具不熟悉。我试图在 PHP 文件上创建 PHPUnit 测试。很偶然地,我尝试在 PHP 资源管理器中的文件内的类上执行相同的操作,并且它起作用了。谢谢大家。
I think the problem was my unfamiliarity with the tool. I was trying to create the PHPUnit test on PHP file. Quite by accident, I tried performing the same action on the class within the file in the PHP Explorer and it worked. Thanks all.
您应该开始输入要在测试用例中练习的现有类,它就像一个“打开类型”对话框......
You should start type an existing class you want to exercise in your test case, it's like an "open type" dialog...