snide/monitoring
Composer 安装命令:
composer require snide/monitoring
包简介
Monitoring helper library
关键字:
README 文档
README
A simple library to provide monitoring test class based & applications tests chaining
features
- Test class based
- Application management & chaining
Installation
Installation by Composer
If you use composer, add library as a dependency to the composer.json of your application
"require": { ... "snide/monitoring": "dev-master" ... },
Usage
Using existing test class
Some tests class are defined :
- Environment var
- Redis Test
- File permissions
- File existence
- Generic test
Create your own
You can create your specifics test by extends Snide\Monitoring\Model\Test class & implements execute method. Then, use TestManager to add & execute tests.
统计信息
- 总下载量: 150
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-29