A CakePHP 2.x plugin to help testing data validation.
- PHP >= 5.4.0
- CakePHP 2.x
This plugin supports CakePHP 2.x only.
First, require the package through Composer:
composer require --dev orca-services/cakephp-data-validation-testing
Then load plugin in bootstrap.php:
CakePlugin::load('DataValidationTesting');
Refer to the CakePHP CookBook section How To Install Plugins.
You can use the plugin as shown in BlogPostTest example .
The releases of this plugin are versioned using SemVer.
See CONTRIBUTING.md
See CHANGELOG.md
- Add Unit Tests
- Integrate with Travis CI
- Integrate with Scrutinizer CI
- Integrate with AppVeyor
- Extend examples
If you've found a security vulnerability, please follow the procedure described in SECURITY.md.
This plugin is licensed under the MIT License.