PHP 创建 PHPUNIT.XML 文件

发布于 2024-11-08 19:20:12 字数 195 浏览 3 评论 0原文

我有 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 技术交流群。

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

发布评论

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

评论(2

差↓一点笑了 2024-11-15 19:20:12

对于新用户请参阅这篇文章,
您可以使用此命令生成简单的 phpunit.xml 文件

./vendor/bin/phpunit --generate-configuration

for new users see this post,
you can use this command to generate simple phpunit.xml file

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