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 adcf30b commit 2e136d8Copy full SHA for 2e136d8
tests/Drafts/Draft3Test.php
@@ -31,6 +31,7 @@ protected function getFilePaths()
31
protected function getSkippedTests()
32
{
33
return array(
34
+ // Optional
35
'bignum.json',
36
'format.json',
37
'jsregex.json',
tests/Drafts/Draft4Test.php
@@ -36,7 +36,7 @@ protected function getSkippedTests()
'zeroTerminatedFloats.json',
38
// Required
39
- 'not.json'
+ 'not.json' // only one test case failing
40
);
41
}
42
0 commit comments