neighborhoods / throwable-diagnostic-phpunit-component
用于测试软件的 ThrowableDiagnosticComponent 工具。
1.0.1
2021-06-23 14:36 UTC
Requires
README
使用 ThrowableDiagnosticComponent 测试软件的工具。
- 防止失败断言的诊断
- 常用注入类的模拟
安装
作为开发依赖通过 Composer
composer require --dev neighborhoods/throwable-diagnostic-phpunit-component
PHPUnit 装饰器
失败的 PHPUnit 断言会引发异常。Throwable Diagnostic Component 干扰测试用例与 PHPUnit 框架之间的异常通信。该 PHPUnit 装饰器 防止 Throwable Diagnostic Component 干扰 PHPUnit 异常。
模拟
待定