Download the PHP package orca-services/cakephp-data-validation-testing without Composer
On this page you can find all versions of the php package orca-services/cakephp-data-validation-testing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download orca-services/cakephp-data-validation-testing
More information about orca-services/cakephp-data-validation-testing
Files in orca-services/cakephp-data-validation-testing
Package cakephp-data-validation-testing
Short Description A plugin to simplify CakePHP data validation testing
License MIT
Homepage https://github.com/orca-services/cakephp-data-validation-testing
Informations about the package cakephp-data-validation-testing
CakePHP DataValidation Testing
A CakePHP 2.x plugin to help testing data validation.
Installation
Requirements
- PHP >= 5.4.0
- CakePHP 2.x
CakePHP Version Support
This plugin supports CakePHP 2.x only.
Installation via composer
First, require the package through Composer:
`
Then load plugin in bootstrap.php:
`
Installation alternatives
Refer to the CakePHP CookBook section How To Install Plugins.
How to use
You can use the plugin as shown in BlogPostTest example .
Versioning
The releases of this plugin are versioned using SemVer.
Contributing
See CONTRIBUTING.md
Changelog
See CHANGELOG.md
TODOs
- Add Unit Tests
- Integrate with Travis CI
- Integrate with Scrutinizer CI
- Integrate with AppVeyor
- Extend examples
Security
If you've found a security vulnerability, please follow the procedure described in SECURITY.md.
License
This plugin is licensed under the MIT License.