其他测试工具
最后更新于:2022-04-01 14:56:28
除了个别的测试驱动和行为驱动框架之外,还有一些通用的框架和辅助函数类库,对任何的测试方法都很有用。
### 工具地址
* [Selenium ](http://seleniumhq.org/)是一个浏览器自动化工具 [integrated with PHPUnit](http://phpunit.de/manual/current/en/selenium.html)
* [Mockery ](https://github.com/padraic/mockery)是一个可以跟 [PHPUnit ](http://phpunit.de/)或者 [PHPSpec ](http://www.phpspec.net/)整合的 Mock 对象框架
* [Prophecy ](http://laravel-china.github.io/php-the-right-way/1)是个有自己的想法,且非常强大灵活的 PHP 对象 mocking 框架。它整合了 [PHPSpec ](http://www.phpspec.net/)并且可以和 [PHPUnit ](http://phpunit.de/)一起使用