Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testValidateMultipleOf() requires "bcmath" ext
In v8.12.0 the validation rule 'multiple_of' started calling global function bcmod() which is part of the "bcmath" extension. Add @requires phpdoc to the 'multiple_of' test method for better feedback if the PHP extension is missing in the environment.
- Loading branch information