Skip to content

Commit 2e136d8

Browse files
committed
Add some comment to skipped tests
1 parent adcf30b commit 2e136d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/Drafts/Draft3Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function getFilePaths()
3131
protected function getSkippedTests()
3232
{
3333
return array(
34+
// Optional
3435
'bignum.json',
3536
'format.json',
3637
'jsregex.json',

tests/Drafts/Draft4Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function getSkippedTests()
3636
'format.json',
3737
'zeroTerminatedFloats.json',
3838
// Required
39-
'not.json'
39+
'not.json' // only one test case failing
4040
);
4141
}
4242
}

0 commit comments

Comments
 (0)