File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 28
28
"type" : " package" ,
29
29
"package" : {
30
30
"name" : " json-schema/JSON-Schema-Test-Suite" ,
31
- "version" : " 1.1 .0" ,
31
+ "version" : " 1.2 .0" ,
32
32
"source" : {
33
33
"url" : " https://github.com/json-schema/JSON-Schema-Test-Suite" ,
34
34
"type" : " git" ,
35
- "reference" : " 1.1 .0"
35
+ "reference" : " 1.2 .0"
36
36
}
37
37
}
38
38
}],
39
39
"require" : {
40
40
"php" : " >=5.3.3"
41
41
},
42
42
"require-dev" : {
43
- "json-schema/JSON-Schema-Test-Suite" : " 1.1 .0" ,
43
+ "json-schema/JSON-Schema-Test-Suite" : " 1.2 .0" ,
44
44
"phpunit/phpunit" : " ^4.8.22" ,
45
45
"phpdocumentor/phpdocumentor" : " ~2"
46
46
},
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ protected function getSkippedTests()
32
32
{
33
33
return array (
34
34
'bignum.json ' ,
35
+ 'format.json ' ,
35
36
'jsregex.json ' ,
36
37
'zeroTerminatedFloats.json '
37
38
);
Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ protected function getSkippedTests()
33
33
return array (
34
34
// Optional
35
35
'bignum.json ' ,
36
- 'zeroTerminatedFloats.json '
36
+ 'format.json ' ,
37
+ 'zeroTerminatedFloats.json ' ,
38
+ // Required
39
+ 'not.json '
37
40
);
38
41
}
39
42
}
You can’t perform that action at this time.
0 commit comments