Skip to content

Commit 69bbbae

Browse files
committed
Update markTestIncomplete message
1 parent db5825c commit 69bbbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/HJSONParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private function runEach($name, $file, $isJson, $inputCr, $outputCr)
5656
$this->assertEquals($json1, $json2);
5757
}
5858
} else {
59-
$this->markTestIncomplete('This runEach test has not been implemented yet.');
59+
$this->markTestIncomplete('This test succeeded on data that should fail.');
6060
}
6161
}
6262
catch (HJSONException $e) {

0 commit comments

Comments
 (0)