maspeng / test-helper
一个库,用于简化测试开发过程中的各种任务
0.3.0
2023-12-07 13:26 UTC
Requires
- php: ^8.1
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- roave/security-advisories: dev-master
README
这个库的目标是在测试开发过程中简化各种任务。
安装
要安装此库,只需将其添加为项目中的开发依赖项,使用
composer require --dev maspeng/test-helper
用法
对象反射器
要使用 ObjectReflectorTrait
,只需在 TestClass
中添加一个使用语句。
请参阅 对象反射器特性文档。
贡献
有关如何为 php-test-helper 项目做出贡献的信息,请参阅 CONTRIBUTING.md。