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