PHP 创建 PHPUNIT.XML 文件
我有 PHP 单元并且工作正常。现在我想通过 PHPStorm IDE 编写测试用例。要使用 PHPStorm 构建/运行测试用例,它需要配置文件(phpunit.xml),
所以任何人都可以告诉 PHPunit.xml 的内容是什么。 如果您能为我提供一个示例 PHPUnit.xml 文件并让我知道它应该放在哪里,那就太好了。(如果有任何特定的文件夹结构)
I have the PHP unit and its working fine.Now i want to write the testcases through PHPStorm IDE.To build/run the testcases using PHPStorm it requires config file(phpunit.xml)
so can anyone tell what are the contents of PHPunit.xml.
It would be great if you can provide me a sample PHPUnit.xml file and let me know where it should be placed.(if any particular folder structure)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于新用户请参阅这篇文章,
您可以使用此命令生成简单的 phpunit.xml 文件
for new users see this post,
you can use this command to generate simple
phpunit.xml
file文档: http://phpunit.de/manual /current/en/phpunit-book.html#organizing-tests.xml-configuration
JetBrains 博客中的说明:http://blogs.jetbrains.com/webide/2009/12/phpunit-support/
您可以从社区获得帮助:http://devnet.jetbrains.net/message/5275424#5275424
Documentation: http://phpunit.de/manual/current/en/phpunit-book.html#organizing-tests.xml-configuration
Explanation in JetBrains blog: http://blogs.jetbrains.com/webide/2009/12/phpunit-support/
And you can get help from community: http://devnet.jetbrains.net/message/5275424#5275424