📜  如何运行 phpunit 测试重复 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:10.185000             🧑  作者: Mango

代码示例2
phpunit --filter methodName ClassName path/to/file.php
# For newer versions of phpunit, it is just:
phpunit --filter methodName path/to/file.php