geraintluff / jsv4-php

A (coercive) JSON Schema v4 Validator for PHP
Other
114 stars 31 forks source link

Fixing php fatal errors & required, multipleOf tests #7

Closed selslack closed 10 years ago

selslack commented 10 years ago

This changes fixing some errors in draft4 tests: https://github.com/json-schema/JSON-Schema-Test-Suite/tree/develop/tests/draft4.

With this fixes only 14 tests remain in failed state (all of them are $ref tests).

geraintluff commented 10 years ago

Looks good, apart from some issue with fmod() that I don't understand. Thanks!

selslack commented 10 years ago

I've also added some tests.

geraintluff commented 10 years ago

Fantastic - thanks!