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 970f9e6 commit 8db4fafCopy full SHA for 8db4faf
tests/JsonSchema/Tests/Drafts/Draft3Test.php
@@ -15,8 +15,7 @@ protected function getBlackList()
15
'ref.json',
16
'refRemote.json',
17
'bignum.json',
18
- 'jsregex.json',
19
- 'zeroTerminatedFloats.json'
+ 'jsregex.json'
20
);
21
}
22
tests/JsonSchema/Tests/Drafts/Draft4Test.php
@@ -18,8 +18,7 @@ protected function getBlackList()
// Optional
- 'bignum.json',
+ 'bignum.json'
23
24
25
0 commit comments