We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38f04d commit 4dd3cd0Copy full SHA for 4dd3cd0
tests/Drafts/Draft3Test.php
@@ -16,6 +16,9 @@
16
*/
17
class Draft3Test extends BaseDraftTestCase
18
{
19
+ protected $schemaSpec = 'http://json-schema.org/draft-03/schema#';
20
+ protected $validateSchema = true;
21
+
22
/**
23
* {@inheritdoc}
24
tests/Drafts/Draft4Test.php
@@ -14,6 +14,9 @@
14
15
class Draft4Test extends BaseDraftTestCase
+ protected $schemaSpec = 'http://json-schema.org/draft-04/schema#';
0 commit comments