dhii/simple-test
Composer 安装命令:
composer require dhii/simple-test
包简介
A simple unit testing framework, for inclusion with other tools.
README 文档
README
A simple, lightweight, standards-compliant, object-oriented testing framework, made for use with PHP.
Features
- Use directly from PHP, no need for CLI wrappers;
- Can produce text output similar to that of other CLI testing frameworks;
- A granular approach to how or which tests to add;
- A queriable result report that exposes granular details of test resutls;
- Simple assertions, providing an extensible entry point for limitless complexity;
- No need to depend on any concrete implementation - see project dependencies;
- Loosely-coupled code via traditional dependency injection.
- Clear separation of concerns;
- Clear public API and implementation thereof.
Planned
- Add more assertions, perhaps OOP style - via callable classes;
- Add and test support for mocking frameworks;
- Make a stable release;
- Re-factor using features of PHP 5.6 and make a separate stable release.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-04