A simple library to provide monitoring test class based & applications tests chaining
- Test class based
- Application management & chaining
If you use composer, add library as a dependency to the composer.json of your application
"require": {
...
"snide/monitoring": "dev-master"
...
},
Some tests class are defined :
- Environment var
- Redis Test
- File permissions
- File existence
- Generic test
You can create your specifics test by extends Snide\Monitoring\Model\Test class & implements execute method. Then, use TestManager to add & execute tests.