📅  最后修改于: 2022-03-11 14:54:10.185000             🧑  作者: Mango
phpunit --filter methodName ClassName path/to/file.php
# For newer versions of phpunit, it is just:
phpunit --filter methodName path/to/file.php