📜  如何在 phpunit 中运行单个测试 - Shell-Bash 代码示例

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

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