phpunit
作者:互联网
phpunit也有browserTest
---
For newer versions of phpunit, it is just:
phpunit --filter methodName path/to/file.php
一次运行一个命令,
0--以前的版本:phpunit --filter testSaveAndDrop EscalationGroupTest escalation/EscalationGroupTest.php
phpunit --filter methodName ClassName path/to/file.php
标签:EscalationGroupTest,methodName,filter,phpunit,file,php 来源: https://www.cnblogs.com/qinqiu/p/13214747.html