gpt4 book ai didi

php - 如何在 PHPUnit 中运行特定文件?

转载 作者:行者123 更新时间:2023-12-05 02:11:39 25 4
gpt4 key购买 nike

我只能通过 phpunit --filter=Test1 运行一个文件

但是我想运行两个文件。我怎样才能实现。我试过..

phpunit --filter=Test1,Test2 但没有执行测试

phpunit --filter=Test1, --filter=Test2 但 Test2 只执行

最佳答案

您应该使用正则表达式。例如

phpunit --filter 'Test1|Test2'

可以使用官方文档https://phpunit.readthedocs.io/en/stable/textui.html#command-line-options

关于php - 如何在 PHPUnit 中运行特定文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57179381/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com