We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5825c commit 69bbbaeCopy full SHA for 69bbbae
1 file changed
tests/HJSONParserTest.php
@@ -56,7 +56,7 @@ private function runEach($name, $file, $isJson, $inputCr, $outputCr)
56
$this->assertEquals($json1, $json2);
57
}
58
} else {
59
- $this->markTestIncomplete('This runEach test has not been implemented yet.');
+ $this->markTestIncomplete('This test succeeded on data that should fail.');
60
61
62
catch (HJSONException $e) {
0 commit comments