orca-services / cakephp-data-validation-testing
A plugin to simplify CakePHP data validation testing
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=5.3.0
- composer/installers: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-15 14:05:11 UTC
README
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:
composer require --dev orca-services/cakephp-data-validation-testing
Then load plugin in bootstrap.php:
CakePlugin::load('DataValidationTesting');
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.