cubiche / tests
一个小组件,提供为 Cubiche 组件创建和运行测试的工具。
dev-master
2019-09-04 12:25 UTC
Requires
- php: ^7.0|^7.2.9
- atoum/atoum: ~3.3
- atoum/stubs: ~2.6
- atoum/visibility-extension: ~1.3
- fzaninotto/faker: ^1.8
This package is auto-updated.
Last update: 2024-09-04 22:56:20 UTC
README
这个库提供创建和运行 Cubiche 组件测试的工具。
每个组件中,一个 Tests/
目录包含测试套件。目前仅支持单元测试。它们是用 atoum 编写的。
安装
使用 Composer,要将此库包含到您的依赖项中,您需要要求 cubiche/tests
{ "require": { "cubiche/tests": "dev-master" } }
##作者