phpunit

Posted qinqiu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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



以上是关于phpunit的主要内容,如果未能解决你的问题,请参考以下文章