PHP Validation Library
The majority of the methods in the package have been unit tested. The unit tests are run both in PHP and HHVM.
We test our package locally and remotely with Travis-CI:
- Fork the MVF repository
- Create a new branch for each feature or improvement
- Submit a pull request from each branch to the master branch
All pull requests must adhere to the PSR-2 standard.
All pull requests must be accompanied by passing unit tests and complete code coverage. The MVF uses
phpunit
for testing.