文章列表
Simple ZF2 Unit Tests for a controller using ZfcUser(使用 ZfcUser 的控制器的简单 ZF2 单元测试)
Modifying objects in returnCallback() of PHPUnit Mocks(在 PHPUnit Mocks 的 returnCallback() 中修改对象)
How to install an older version of PHPUnit through PEAR?(如何通过 PEAR 安装旧版本的 PHPUnit?)
PHPUnit best practices to organize tests(PHPUnit 组织测试的最佳实践)
Fatal Error - Too many open files(致命错误 - 打开的文件太多)
Phpunit coverage: what is the difference between #39;addUncoveredFilesFromWhitelist#39; and #39;processUncoveredFilesFromWhitelist#39; options?(Phpunit 覆盖范围:“addUncoveredFilesFromWhitelist和“processUncoveredFilesFromWhitelist选项有什么区别?)
How do you use PHPUnit to test a function if that function is supposed to kill PHP?(如果该函数应该杀死 PHP,您如何使用 PHPUnit 测试该函数?)
Getting PHPUnit Working - Include Path not set correctly?(让 PHPUnit 工作 - 包含路径设置不正确?)
PHPUnit - Use $this or self for static methods?(PHPUnit - 使用 $this 或 self 作为静态方法?)
test the return value of a method that triggers an error with PHPUnit(使用 PHPUnit 测试触发错误的方法的返回值)