1
0
mirror of https://github.com/justinrainbow/json-schema.git synced 2025-05-11 17:05:18 +02:00

Remove unused class reference

This commit is contained in:
Erayd 2018-02-15 10:00:08 +13:00
parent 842c562f13
commit abac02d15e
No known key found for this signature in database
GPG Key ID: 3CA3675E3C90637F

@ -12,7 +12,6 @@ namespace JsonSchema\Tests\Constraints;
use JsonSchema\Constraints\Constraint;
use JsonSchema\Constraints\Factory;
use JsonSchema\SchemaStorage;
use JsonSchema\Uri\UriResolver;
use JsonSchema\Validator;
class CoerciveTest extends BasicTypesTest