bugeye / th
v0.2
2020-06-06 15:39 UTC
Requires
- php: ^7.2
- jcain/asserts-lr: 0.0
This package is auto-updated.
Last update: 2024-09-08 03:13:08 UTC
README
BugEye 精神的体现,BugEye TH 是 PHP 7.2+ 的单元测试框架。
安装
composer require bugeye/th
组件稳定性状态
组件 | 稳定性 | 自从 |
---|---|---|
AggregateTest | alpha | 0.2 |
FailException | alpha | 0.0 |
TestInfo | alpha | 0.0 |
TestReport | alpha | 0.0 |
TestSuiteReport | alpha | 0.2 |
TestSuiteRunner | alpha | 0.2 |
Aggregates/ObjectReflectionAggregateTest | alpha | 0.2 |
Reports/HtmlTestReport | alpha | 0.2 |
Reports/HtmlTestSuiteReport | alpha | 0.2 |
Reports/PlainTextTestReport | alpha | 0.2 |
Reports/PlainTextTestSuiteReport | alpha | 0.2 |
Reports/TestReportAsserts | alpha | 0.2 |
Reports/TestReportWrapper | alpha | 0.2 |
Reports/TestSuiteReportHelper | alpha | 0.2 |
Reports/Utils | alpha | 0.2 |
Runners/DefaultTestSuiteRunner | alpha | 0.2 |
稳定性列表示组件的稳定性状态,自从列表示组件首次达到该稳定性状态的包的主版本号。
每个组件及其成员都有一个表示接口和实现稳定性状况的稳定性状态,指示在生产中依赖接口和实现的稳定性。稳定性可能是以下之一
- alpha:接口和实现是不稳定的,可能发生重大变化。
- beta:接口是稳定的,但其实现尚未充分测试。
- omega:接口和实现是稳定的,并认为已准备好用于生产。
组件的稳定性状态与其成员的最高稳定性状态相同。一旦成员的稳定性提升,就不会降低。
许可证
BugEye TH 采用 MIT 许可证。有关更多信息,请参阅LICENSE 文件。