从 phpunit --骨骼 生成测试用例时如何指定特定文件夹?

发布于 2024-11-08 18:17:26 字数 295 浏览 3 评论 0原文

我正在尝试使用 phpunit 生成器生成测试用例。

我正在使用以下命令:

phpunit --skeleton-test "Namespace\Service\ArticleService" ../library/Namespace/Service/ArticleService.php

我希望我的测试进入 /tests/Namespace/Service/ArticleServiceTest.php

是否可以使用 PHPUnit 指定此类选项?

I'm trying to generate TestCase with the phpunit generator.

I'm using the following command:

phpunit --skeleton-test "Namespace\Service\ArticleService" ../library/Namespace/Service/ArticleService.php

I'd like my tests to go in /tests/Namespace/Service/ArticleServiceTest.php

Is it possible to specify such options with PHPUnit?

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

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

发布评论

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

评论(2

软的没边 2024-11-15 18:17:26

不,这是不可能的。在 github 上的 phpunit bug 跟踪器中打开功能请求。

No, it is not possible. Open a feature request in the phpunit bug tracker on github.

假装爱人 2024-11-15 18:17:26

较新的 phpunit-skelgen (1.2.0) 允许您指定测试的目标文件,其中可能包括路径引用。

The newer phpunit-skelgen (1.2.0) allows you to specify the destination file for tests, which may include path references.

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